#6F1AB5

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

Shades of Purple Heart #6F1AB5

Tints of Purple Heart #6F1AB5

Color information

#6F1AB5 (or 0x6F1AB5) is unknown color: approx Purple Heart. HEX triplet: 6F, 1A and B5. RGB value is (111,26,181). Sum of RGB (Red+Green+Blue) = 111+26+181=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 181 (71.09% from 255 or 56.92% from 318); Max value from RGB is 181 - color contains mainly: blue. Hex color #6F1AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F1AB5 is #90E54A. Grayscale: #444444. Windows color (decimal): -9495883 or 11868783. OLE color: 11868783.

HSL color Cylindrical-coordinate representation of color #6F1AB5: hue angle of 272.9º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F1AB5 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11126181-
CMYK0.390.8600.29
HSL272.9º74.88%40.59%-
HSV(B)272.9º85.64%70.98%-
XYZ15.277.4544.35-
YUV69.09191.16157.9-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.91%
GREEN value IS 26 (10.55% from 255) = 8.18%
BLUE value IS 181 (71.09% from 255) = 56.92%
R=34.91%
G=8.18%
B=56.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal111261810.390.8600.29272.974.8840.59
Hex6F1AB5275601D1114b29
Octal157322654712603542111351
Binary1101111110101011010110011110101100111011000100011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,26,181); }

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

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

 a { background-color: rgb(111,26,181); }

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

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

 span { border-color: rgb(111,26,181); }

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