#6C2EBA

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

Shades of Purple Heart #6C2EBA

Tints of Purple Heart #6C2EBA

Color information

#6C2EBA (or 0x6C2EBA) is unknown color: approx Purple Heart. HEX triplet: 6C, 2E and BA. RGB value is (108,46,186). Sum of RGB (Red+Green+Blue) = 108+46+186=340 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.76% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C2EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2EBA is #93D145. Grayscale: #505050. Windows color (decimal): -9687366 or 12201580. OLE color: 12201580.

HSL color Cylindrical-coordinate representation of color #6C2EBA: hue angle of 266.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C2EBA is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10846186-
CMYK0.420.7500.27
HSL266.57º60.34%45.49%-
HSV(B)266.57º75.27%72.94%-
XYZ16.028.6947.29-
YUV80.5187.54147.62-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.76%
GREEN value IS 46 (18.36% from 255) = 13.53%
BLUE value IS 186 (73.05% from 255) = 54.71%
R=31.76%
G=13.53%
B=54.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal108461860.420.7500.27266.5760.3445.49
Hex6C2EBA2A4B01B10b3c2d
Octal15456272521130334137455
Binary1101100101110101110101010101001011011011100001011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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