#6633CC

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

Shades of Purple Heart #6633CC

Tints of Purple Heart #6633CC

Color information

#6633CC (or 0x6633CC) is unknown color: approx Purple Heart. HEX triplet: 66, 33 and CC. RGB value is (102,51,204). Sum of RGB (Red+Green+Blue) = 102+51+204=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #6633CC is a web safe color. Inversed color of #6633CC is #99CC33. Grayscale: #535353. Windows color (decimal): -10079284 or 13382502. OLE color: 13382502.

HSL color Cylindrical-coordinate representation of color #6633CC: hue angle of 260º degrees, saturation: 0.6, 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 #6633CC is Cyan = 0.5, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10251204-
CMYK0.50.7500.2
HSL260º60%50%-
HSV(B)260º75%80%-
XYZ17.569.5558.04-
YUV83.69195.9141.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.57%
GREEN value IS 51 (20.31% from 255) = 14.29%
BLUE value IS 204 (80.08% from 255) = 57.14%
R=28.57%
G=14.29%
B=57.14%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal102512040.50.7500.22606050
Hex6633CC324B0141043c32
Octal14663314621130244047462
Binary1100110110011110011001100101001011010100100000100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6633CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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