#6633CD

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

Shades of Purple Heart #6633CD

Tints of Purple Heart #6633CD

Color information

#6633CD (or 0x6633CD) is unknown color: approx Purple Heart. HEX triplet: 66, 33 and CD. RGB value is (102,51,205). Sum of RGB (Red+Green+Blue) = 102+51+205=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #6633CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6633CD is #99CC32. Grayscale: #535353. Windows color (decimal): -10079283 or 13448038. OLE color: 13448038.

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

Color convert

RGB10251205-
CMYK0.500.7500.20
HSL259.87º60.63%50.2%-
HSV(B)259.87º75.12%80.39%-
XYZ17.689.658.68-
YUV83.8196.4140.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.49%
GREEN value IS 51 (20.31% from 255) = 14.25%
BLUE value IS 205 (80.47% from 255) = 57.26%
R=28.49%
G=14.25%
B=57.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal102512050.500.7500.20259.8760.6350.2
Hex6633CD324B0141043d32
Octal14663315621130244047562
Binary1100110110011110011011100101001011010100100000100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6633CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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