#6A18BA

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

Shades of Purple Heart #6A18BA

Tints of Purple Heart #6A18BA

Color information

#6A18BA (or 0x6A18BA) is unknown color: approx Purple Heart. HEX triplet: 6A, 18 and BA. RGB value is (106,24,186). Sum of RGB (Red+Green+Blue) = 106+24+186=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #6A18BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A18BA is #95E745. Grayscale: #424242. Windows color (decimal): -9824070 or 12195946. OLE color: 12195946.

HSL color Cylindrical-coordinate representation of color #6A18BA: hue angle of 270.37º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6A18BA is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10624186-
CMYK0.430.8700.27
HSL270.37º77.14%41.18%-
HSV(B)270.37º87.1%72.94%-
XYZ15.137.2647.06-
YUV66.99195.17155.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.54%
GREEN value IS 24 (9.77% from 255) = 7.59%
BLUE value IS 186 (73.05% from 255) = 58.86%
R=33.54%
G=7.59%
B=58.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal106241860.430.8700.27270.3777.1441.18
Hex6A18BA2B5701B10e4d29
Octal152302725312703341611551
Binary1101010110001011101010101110101110110111000011101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A18BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,24,186); }

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

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

 a { background-color: rgb(106,24,186); }

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

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

 span { border-color: rgb(106,24,186); }

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