#6F0BA7

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

Shades of Purple Heart #6F0BA7

Tints of Purple Heart #6F0BA7

Color information

#6F0BA7 (or 0x6F0BA7) is unknown color: approx Purple Heart. HEX triplet: 6F, 0B and A7. RGB value is (111,11,167). Sum of RGB (Red+Green+Blue) = 111+11+167=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 167 (65.62% from 255 or 57.79% from 289); Max value from RGB is 167 - color contains mainly: blue. Hex color #6F0BA7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0BA7 is #90F458. Grayscale: #3A3A3A. Windows color (decimal): -9499737 or 10947439. OLE color: 10947439.

HSL color Cylindrical-coordinate representation of color #6F0BA7: hue angle of 278.46º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F0BA7 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11111167-
CMYK0.340.9300.35
HSL278.46º87.64%34.9%-
HSV(B)278.46º93.41%65.49%-
XYZ13.656.4137.08-
YUV58.68189.13165.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.41%
GREEN value IS 11 (4.69% from 255) = 3.81%
BLUE value IS 167 (65.62% from 255) = 57.79%
R=38.41%
G=3.81%
B=57.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal111111670.340.9300.35278.4687.6434.9
Hex6FBA7225D0231165823
Octal157132474213504342613043
Binary1101111101110100111100010101110101000111000101101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,11,167); }

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

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

 a { background-color: rgb(111,11,167); }

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

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

 span { border-color: rgb(111,11,167); }

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