#6C33CC

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

Shades of Purple Heart #6C33CC

Tints of Purple Heart #6C33CC

Color information

#6C33CC (or 0x6C33CC) is unknown color: approx Purple Heart. HEX triplet: 6C, 33 and CC. RGB value is (108,51,204). Sum of RGB (Red+Green+Blue) = 108+51+204=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C33CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C33CC is #93CC33. Grayscale: #545454. Windows color (decimal): -9686068 or 13382508. OLE color: 13382508.

HSL color Cylindrical-coordinate representation of color #6C33CC: hue angle of 262.35º 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 #6C33CC is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10851204-
CMYK0.470.7500.2
HSL262.35º60%50%-
HSV(B)262.35º75%80%-
XYZ18.279.9258.08-
YUV85.48194.88144.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.75%
GREEN value IS 51 (20.31% from 255) = 14.05%
BLUE value IS 204 (80.08% from 255) = 56.20%
R=29.75%
G=14.05%
B=56.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal108512040.470.7500.2262.356050
Hex6C33CC2F4B0141063c32
Octal15463314571130244067462
Binary1101100110011110011001011111001011010100100000110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C33CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C33CC; }

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

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

<style>
 a { background-color: #6C33CC; }

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

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

<style>
 span { border-color: #6C33CC; }

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

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