#6C2EBC

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

Shades of Purple Heart #6C2EBC

Tints of Purple Heart #6C2EBC

Color information

#6C2EBC (or 0x6C2EBC) is unknown color: approx Purple Heart. HEX triplet: 6C, 2E and BC. RGB value is (108,46,188). Sum of RGB (Red+Green+Blue) = 108+46+188=342 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.58% from 342); Green value is 46 (18.36% from 255 or 13.45% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C2EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2EBC is #93D143. Grayscale: #505050. Windows color (decimal): -9687364 or 12332652. OLE color: 12332652.

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

Color convert

RGB10846188-
CMYK0.430.7600.26
HSL266.2º60.68%45.88%-
HSV(B)266.2º75.53%73.73%-
XYZ16.248.7748.41-
YUV80.73188.54147.45-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.58%
GREEN value IS 46 (18.36% from 255) = 13.45%
BLUE value IS 188 (73.83% from 255) = 54.97%
R=31.58%
G=13.45%
B=54.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal108461880.430.7600.26266.260.6845.88
Hex6C2EBC2B4C01A10a3d2e
Octal15456274531140324127556
Binary1101100101110101111001010111001100011010100001010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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