#6F16BC

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

Shades of Purple Heart #6F16BC

Tints of Purple Heart #6F16BC

Color information

#6F16BC (or 0x6F16BC) is unknown color: approx Purple Heart. HEX triplet: 6F, 16 and BC. RGB value is (111,22,188). Sum of RGB (Red+Green+Blue) = 111+22+188=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F16BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F16BC is #90E943. Grayscale: #424242. Windows color (decimal): -9496900 or 12326511. OLE color: 12326511.

HSL color Cylindrical-coordinate representation of color #6F16BC: hue angle of 272.17º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F16BC is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11122188-
CMYK0.410.8800.26
HSL272.17º79.05%41.18%-
HSV(B)272.17º88.3%73.73%-
XYZ15.927.5848.2-
YUV67.54195.99159-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.58%
GREEN value IS 22 (8.98% from 255) = 6.85%
BLUE value IS 188 (73.83% from 255) = 58.57%
R=34.58%
G=6.85%
B=58.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal111221880.410.8800.26272.1779.0541.18
Hex6F16BC295801A1104f29
Octal157262745113003242011751
Binary1101111101101011110010100110110000110101000100001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F16BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,22,188); }

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

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

 a { background-color: rgb(111,22,188); }

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

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

 span { border-color: rgb(111,22,188); }

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