#6D0ABA

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

Shades of Purple Heart #6D0ABA

Tints of Purple Heart #6D0ABA

Color information

#6D0ABA (or 0x6D0ABA) is unknown color: approx Purple Heart. HEX triplet: 6D, 0A and BA. RGB value is (109,10,186). Sum of RGB (Red+Green+Blue) = 109+10+186=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D0ABA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0ABA is #92F545. Grayscale: #3B3B3B. Windows color (decimal): -9631046 or 12192365. OLE color: 12192365.

HSL color Cylindrical-coordinate representation of color #6D0ABA: hue angle of 273.75º 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 #6D0ABA is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10910186-
CMYK0.410.9500.27
HSL273.75º89.8%38.43%-
HSV(B)273.75º94.62%72.94%-
XYZ15.287.0147-
YUV59.66199.3163.19-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.74%
GREEN value IS 10 (4.30% from 255) = 3.28%
BLUE value IS 186 (73.05% from 255) = 60.98%
R=35.74%
G=3.28%
B=60.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal109101860.410.9500.27273.7589.838.43
Hex6DABA295F01B1125a26
Octal155122725113703342213246
Binary110110110101011101010100110111110110111000100101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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