#6C0EBC

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

Shades of Purple Heart #6C0EBC

Tints of Purple Heart #6C0EBC

Color information

#6C0EBC (or 0x6C0EBC) is unknown color: approx Purple Heart. HEX triplet: 6C, 0E and BC. RGB value is (108,14,188). Sum of RGB (Red+Green+Blue) = 108+14+188=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C0EBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C0EBC is #93F143. Grayscale: #3D3D3D. Windows color (decimal): -9695556 or 12324460. OLE color: 12324460.

HSL color Cylindrical-coordinate representation of color #6C0EBC: hue angle of 272.41º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C0EBC is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10814188-
CMYK0.430.9300.26
HSL272.41º86.14%39.61%-
HSV(B)272.41º92.55%73.73%-
XYZ15.427.1348.14-
YUV61.94199.14160.85-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.84%
GREEN value IS 14 (5.86% from 255) = 4.52%
BLUE value IS 188 (73.83% from 255) = 60.65%
R=34.84%
G=4.52%
B=60.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal108141880.430.9300.26272.4186.1439.61
Hex6CEBC2B5D01A1105628
Octal154162745313503242012650
Binary110110011101011110010101110111010110101000100001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,14,188); }

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

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

 a { background-color: rgb(108,14,188); }

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

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

 span { border-color: rgb(108,14,188); }

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