#6632CD

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

Shades of Purple Heart #6632CD

Tints of Purple Heart #6632CD

Color information

#6632CD (or 0x6632CD) is unknown color: approx Purple Heart. HEX triplet: 66, 32 and CD. RGB value is (102,50,205). Sum of RGB (Red+Green+Blue) = 102+50+205=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 205 (80.47% from 255 or 57.42% from 357); Max value from RGB is 205 - color contains mainly: blue. Hex color #6632CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6632CD is #99CD32. Grayscale: #525252. Windows color (decimal): -10079539 or 13447782. OLE color: 13447782.

HSL color Cylindrical-coordinate representation of color #6632CD: hue angle of 260.13º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6632CD is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10250205-
CMYK0.500.7600.20
HSL260.13º60.78%50%-
HSV(B)260.13º75.61%80.39%-
XYZ17.649.5158.66-
YUV83.22196.73141.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.57%
GREEN value IS 50 (19.92% from 255) = 14.01%
BLUE value IS 205 (80.47% from 255) = 57.42%
R=28.57%
G=14.01%
B=57.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal102502050.500.7600.20260.1360.7850
Hex6632CD324C0141043d32
Octal14662315621140244047562
Binary1100110110010110011011100101001100010100100000100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6632CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6632CD; }

 p { color: rgb(102,50,205); }

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

<style>
 a { background-color: #6632CD; }

 a { background-color: rgb(102,50,205); }

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

<style>
 span { border-color: #6632CD; }

 span { border-color: rgb(102,50,205); }

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