#6F06B9

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

Shades of Purple Heart #6F06B9

Tints of Purple Heart #6F06B9

Color information

#6F06B9 (or 0x6F06B9) is unknown color: approx Purple Heart. HEX triplet: 6F, 06 and B9. RGB value is (111,6,185). Sum of RGB (Red+Green+Blue) = 111+6+185=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 185 (72.66% from 255 or 61.26% from 302); Max value from RGB is 185 - color contains mainly: blue. Hex color #6F06B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F06B9 is #90F946. Grayscale: #393939. Windows color (decimal): -9500999 or 12125807. OLE color: 12125807.

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

Color convert

RGB1116185-
CMYK0.40.9700.27
HSL275.2º93.72%37.45%-
HSV(B)275.2º96.76%72.55%-
XYZ15.387.0146.44-
YUV57.8199.79165.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.75%
GREEN value IS 6 (2.73% from 255) = 1.99%
BLUE value IS 185 (72.66% from 255) = 61.26%
R=36.75%
G=1.99%
B=61.26%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11161850.40.9700.27275.293.7237.45
Hex6F6B9286101B1135e25
Octal15762715014103342313645
Binary11011111101011100110100011000010110111000100111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F06B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,6,185); }

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

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

 a { background-color: rgb(111,6,185); }

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

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

 span { border-color: rgb(111,6,185); }

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