#621ad6

Color #621AD6 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #621AD6

Tints of Purple Heart #621AD6

Color information

#621AD6 (or 0x621AD6) is unknown color: approx Purple Heart. HEX triplet: 62, 1A and D6. RGB value is (98,26,214). Sum of RGB (Red+Green+Blue) = 98+26+214=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 214 (83.98% from 255 or 63.31% from 338); Max value from RGB is 214 - color contains mainly: blue. Hex color #621AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621AD6 is #9DE529. Grayscale: #444444. Windows color (decimal): -10347818 or 14031458. OLE color: 14031458.

HSL color Cylindrical-coordinate representation of color #621AD6: hue angle of 262.98º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #621AD6 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9826214-
CMYK0.540.8800.16
HSL262.98º78.33%47.06%-
HSV(B)262.98º87.85%83.92%-
XYZ17.548.1964.27-
YUV68.96209.85148.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 28.99%
GREEN value IS 26 (10.55% from 255) = 7.69%
BLUE value IS 214 (83.98% from 255) = 63.31%
R=28.99%
G=7.69%
B=63.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal98262140.540.8800.16262.9878.3347.06
Hex621AD636580101074e2f
Octal142323266613002040711657
Binary1100010110101101011011011010110000100001000001111001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621ad6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621ad6; }

 p { color: rgb(98,26,214); }

 H1.HeaderClassName
 {
   color: #621ad6;
 }
 .AnyTagClassName
 {
   color: #621ad6;
 }
</style>
background-color css

<style>
 a { background-color: #621ad6; }

 a { background-color: rgb(98,26,214); }

 div.DivClassName
 {
   background-color: #621ad6;
 }
 .BgClassName
 {
   background-color: #621ad6;
 }
</style>
border-color css

<style>
 span { border-color: #621ad6; }

 span { border-color: rgb(98,26,214); }

 td.TdClassName
 {
   border-color: #621ad6;
 }
 .TagClassName
 {
   border-color: #621ad6;
 }
</style>