#6C2EC9

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

Shades of Purple Heart #6C2EC9

Tints of Purple Heart #6C2EC9

Color information

#6C2EC9 (or 0x6C2EC9) is unknown color: approx Purple Heart. HEX triplet: 6C, 2E and C9. RGB value is (108,46,201). Sum of RGB (Red+Green+Blue) = 108+46+201=355 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.42% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 201 (78.91% from 255 or 56.62% from 355); Max value from RGB is 201 - color contains mainly: blue. Hex color #6C2EC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2EC9 is #93D136. Grayscale: #515151. Windows color (decimal): -9687351 or 13184620. OLE color: 13184620.

HSL color Cylindrical-coordinate representation of color #6C2EC9: hue angle of 264º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C2EC9 is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10846201-
CMYK0.460.7700.21
HSL264º62.75%48.43%-
HSV(B)264º77.11%78.82%-
XYZ17.79.3656.13-
YUV82.21195.04146.4-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.42%
GREEN value IS 46 (18.36% from 255) = 12.96%
BLUE value IS 201 (78.91% from 255) = 56.62%
R=30.42%
G=12.96%
B=56.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal108462010.460.7700.2126462.7548.43
Hex6C2EC92E4D0151083f30
Octal15456311561150254107760
Binary1101100101110110010011011101001101010101100001000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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