#6C1BAE

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

Shades of Purple Heart #6C1BAE

Tints of Purple Heart #6C1BAE

Color information

#6C1BAE (or 0x6C1BAE) is unknown color: approx Purple Heart. HEX triplet: 6C, 1B and AE. RGB value is (108,27,174). Sum of RGB (Red+Green+Blue) = 108+27+174=309 (40% of max value = 765). Red value is 108 (42.58% from 255 or 34.95% from 309); Green value is 27 (10.94% from 255 or 8.74% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C1BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C1BAE is #93E451. Grayscale: #434343. Windows color (decimal): -9692242 or 11410284. OLE color: 11410284.

HSL color Cylindrical-coordinate representation of color #6C1BAE: hue angle of 273.06º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C1BAE is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10827174-
CMYK0.380.8400.32
HSL273.06º73.13%39.41%-
HSV(B)273.06º84.48%68.24%-
XYZ14.227.0340.65-
YUV67.98187.84156.55-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.95%
GREEN value IS 27 (10.94% from 255) = 8.74%
BLUE value IS 174 (68.36% from 255) = 56.31%
R=34.95%
G=8.74%
B=56.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal108271740.380.8400.32273.0673.1339.41
Hex6C1BAE26540201114927
Octal154332564612404042111147
Binary11011001101110101110100110101010001000001000100011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,27,174); }

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

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

 a { background-color: rgb(108,27,174); }

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

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

 span { border-color: rgb(108,27,174); }

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