#6221B4

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

Shades of Purple Heart #6221B4

Tints of Purple Heart #6221B4

Color information

#6221B4 (or 0x6221B4) is unknown color: approx Purple Heart. HEX triplet: 62, 21 and B4. RGB value is (98,33,180). Sum of RGB (Red+Green+Blue) = 98+33+180=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 180 (70.70% from 255 or 57.88% from 311); Max value from RGB is 180 - color contains mainly: blue. Hex color #6221B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6221B4 is #9DDE4B. Grayscale: #444444. Windows color (decimal): -10346060 or 11805026. OLE color: 11805026.

HSL color Cylindrical-coordinate representation of color #6221B4: hue angle of 266.53º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6221B4 is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9833180-
CMYK0.460.8200.29
HSL266.53º69.01%41.76%-
HSV(B)266.53º81.67%70.59%-
XYZ13.826.9843.8-
YUV69.19190.53148.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.51%
GREEN value IS 33 (13.28% from 255) = 10.61%
BLUE value IS 180 (70.70% from 255) = 57.88%
R=31.51%
G=10.61%
B=57.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal98331800.460.8200.29266.5369.0141.76
Hex6221B42E5201D10b452a
Octal142412645612203541310552
Binary11000101000011011010010111010100100111011000010111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6221B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6221B4; }

 p { color: rgb(98,33,180); }

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

<style>
 a { background-color: #6221B4; }

 a { background-color: rgb(98,33,180); }

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

<style>
 span { border-color: #6221B4; }

 span { border-color: rgb(98,33,180); }

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