#6F18BA

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

Shades of Purple Heart #6F18BA

Tints of Purple Heart #6F18BA

Color information

#6F18BA (or 0x6F18BA) is unknown color: approx Purple Heart. HEX triplet: 6F, 18 and BA. RGB value is (111,24,186). Sum of RGB (Red+Green+Blue) = 111+24+186=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F18BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F18BA is #90E745. Grayscale: #434343. Windows color (decimal): -9496390 or 12195951. OLE color: 12195951.

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

Color convert

RGB11124186-
CMYK0.400.8700.27
HSL272.22º77.14%41.18%-
HSV(B)272.22º87.1%72.94%-
XYZ15.757.5847.09-
YUV68.48194.32158.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.58%
GREEN value IS 24 (9.77% from 255) = 7.48%
BLUE value IS 186 (73.05% from 255) = 57.94%
R=34.58%
G=7.48%
B=57.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal111241860.400.8700.27272.2277.1441.18
Hex6F18BA285701B1104d29
Octal157302725012703342011551
Binary1101111110001011101010100010101110110111000100001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F18BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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