#6c2ecc

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

Shades of Purple Heart #6C2ECC

Tints of Purple Heart #6C2ECC

Color information

#6C2ECC (or 0x6C2ECC) is unknown color: approx Purple Heart. HEX triplet: 6C, 2E and CC. RGB value is (108,46,204). Sum of RGB (Red+Green+Blue) = 108+46+204=358 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.17% from 358); Green value is 46 (18.36% from 255 or 12.85% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C2ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2ECC is #93D133. Grayscale: #515151. Windows color (decimal): -9687348 or 13381228. OLE color: 13381228.

HSL color Cylindrical-coordinate representation of color #6C2ECC: hue angle of 263.54º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C2ECC is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10846204-
CMYK0.470.7700.2
HSL263.54º63.2%49.02%-
HSV(B)263.54º77.45%80%-
XYZ18.069.558.01-
YUV82.55196.54146.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.17%
GREEN value IS 46 (18.36% from 255) = 12.85%
BLUE value IS 204 (80.08% from 255) = 56.98%
R=30.17%
G=12.85%
B=56.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal108462040.470.7700.2263.5463.249.02
Hex6C2ECC2F4D0141083f31
Octal15456314571150244107761
Binary1101100101110110011001011111001101010100100001000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c2ecc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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