#6F20BA

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

Shades of Purple Heart #6F20BA

Tints of Purple Heart #6F20BA

Color information

#6F20BA (or 0x6F20BA) is unknown color: approx Purple Heart. HEX triplet: 6F, 20 and BA. RGB value is (111,32,186). Sum of RGB (Red+Green+Blue) = 111+32+186=329 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.74% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F20BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F20BA is #90DF45. Grayscale: #484848. Windows color (decimal): -9494342 or 12197999. OLE color: 12197999.

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

Color convert

RGB11132186-
CMYK0.400.8300.27
HSL270.78º70.64%42.75%-
HSV(B)270.78º82.8%72.94%-
XYZ15.937.9647.15-
YUV73.18191.67154.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.74%
GREEN value IS 32 (12.89% from 255) = 9.73%
BLUE value IS 186 (73.05% from 255) = 56.53%
R=33.74%
G=9.73%
B=56.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal111321860.400.8300.27270.7870.6442.75
Hex6F20BA285301B10f472b
Octal157402725012303341710753
Binary11011111000001011101010100010100110110111000011111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F20BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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