#6C0ABA

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

Shades of Purple Heart #6C0ABA

Tints of Purple Heart #6C0ABA

Color information

#6C0ABA (or 0x6C0ABA) is unknown color: approx Purple Heart. HEX triplet: 6C, 0A and BA. RGB value is (108,10,186). Sum of RGB (Red+Green+Blue) = 108+10+186=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C0ABA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C0ABA is #93F545. Grayscale: #3A3A3A. Windows color (decimal): -9696582 or 12192364. OLE color: 12192364.

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

Color convert

RGB10810186-
CMYK0.420.9500.27
HSL273.41º89.8%38.43%-
HSV(B)273.41º94.62%72.94%-
XYZ15.166.9547-
YUV59.37199.47162.69-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.53%
GREEN value IS 10 (4.30% from 255) = 3.29%
BLUE value IS 186 (73.05% from 255) = 61.18%
R=35.53%
G=3.29%
B=61.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal108101860.420.9500.27273.4189.838.43
Hex6CABA2A5F01B1115a26
Octal154122725213703342113246
Binary110110010101011101010101010111110110111000100011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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