#6B18BA

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

Shades of Purple Heart #6B18BA

Tints of Purple Heart #6B18BA

Color information

#6B18BA (or 0x6B18BA) is unknown color: approx Purple Heart. HEX triplet: 6B, 18 and BA. RGB value is (107,24,186). Sum of RGB (Red+Green+Blue) = 107+24+186=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B18BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B18BA is #94E745. Grayscale: #424242. Windows color (decimal): -9758534 or 12195947. OLE color: 12195947.

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

Color convert

RGB10724186-
CMYK0.420.8700.27
HSL270.74º77.14%41.18%-
HSV(B)270.74º87.1%72.94%-
XYZ15.257.3247.06-
YUV67.28195156.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.75%
GREEN value IS 24 (9.77% from 255) = 7.57%
BLUE value IS 186 (73.05% from 255) = 58.68%
R=33.75%
G=7.57%
B=58.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal107241860.420.8700.27270.7477.1441.18
Hex6B18BA2A5701B10f4d29
Octal153302725212703341711551
Binary1101011110001011101010101010101110110111000011111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B18BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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