#6F0FBB

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

Shades of Purple Heart #6F0FBB

Tints of Purple Heart #6F0FBB

Color information

#6F0FBB (or 0x6F0FBB) is unknown color: approx Purple Heart. HEX triplet: 6F, 0F and BB. RGB value is (111,15,187). Sum of RGB (Red+Green+Blue) = 111+15+187=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F0FBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0FBB is #90F044. Grayscale: #3E3E3E. Windows color (decimal): -9498693 or 12259183. OLE color: 12259183.

HSL color Cylindrical-coordinate representation of color #6F0FBB: hue angle of 273.49º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F0FBB is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11115187-
CMYK0.410.9200.27
HSL273.49º85.15%39.61%-
HSV(B)273.49º91.98%73.33%-
XYZ15.77.3147.6-
YUV63.31197.8162.01-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.46%
GREEN value IS 15 (6.25% from 255) = 4.79%
BLUE value IS 187 (73.44% from 255) = 59.74%
R=35.46%
G=4.79%
B=59.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal111151870.410.9200.27273.4985.1539.61
Hex6FFBB295C01B1115528
Octal157172735113403342112550
Binary110111111111011101110100110111000110111000100011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,15,187); }

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

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

 a { background-color: rgb(111,15,187); }

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

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

 span { border-color: rgb(111,15,187); }

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