#6621D4

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

Shades of Purple Heart #6621D4

Tints of Purple Heart #6621D4

Color information

#6621D4 (or 0x6621D4) is unknown color: approx Purple Heart. HEX triplet: 66, 21 and D4. RGB value is (102,33,212). Sum of RGB (Red+Green+Blue) = 102+33+212=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 212 (83.20% from 255 or 61.10% from 347); Max value from RGB is 212 - color contains mainly: blue. Hex color #6621D4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6621D4 is #99DE2B. Grayscale: #494949. Windows color (decimal): -10083884 or 13902182. OLE color: 13902182.

HSL color Cylindrical-coordinate representation of color #6621D4: hue angle of 263.13º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6621D4 is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB10233212-
CMYK0.520.8400.17
HSL263.13º73.06%48.04%-
HSV(B)263.13º84.43%83.14%-
XYZ17.918.6763.02-
YUV74.04205.86147.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.39%
GREEN value IS 33 (13.28% from 255) = 9.51%
BLUE value IS 212 (83.20% from 255) = 61.10%
R=29.39%
G=9.51%
B=61.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal102332120.520.8400.17263.1373.0648.04
Hex6621D434540111074930
Octal146413246412402140711160
Binary11001101000011101010011010010101000100011000001111001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6621D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6621D4; }

 p { color: rgb(102,33,212); }

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

<style>
 a { background-color: #6621D4; }

 a { background-color: rgb(102,33,212); }

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

<style>
 span { border-color: #6621D4; }

 span { border-color: rgb(102,33,212); }

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