#6F1FB3

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

Shades of Purple Heart #6F1FB3

Tints of Purple Heart #6F1FB3

Color information

#6F1FB3 (or 0x6F1FB3) is unknown color: approx Purple Heart. HEX triplet: 6F, 1F and B3. RGB value is (111,31,179). Sum of RGB (Red+Green+Blue) = 111+31+179=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 31 (12.5% from 255 or 9.66% from 321); Blue value is 179 (70.31% from 255 or 55.76% from 321); Max value from RGB is 179 - color contains mainly: blue. Hex color #6F1FB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F1FB3 is #90E04C. Grayscale: #474747. Windows color (decimal): -9494605 or 11738991. OLE color: 11738991.

HSL color Cylindrical-coordinate representation of color #6F1FB3: hue angle of 272.43º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F1FB3 is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11131179-
CMYK0.380.8300.30
HSL272.43º70.48%41.18%-
HSV(B)272.43º82.68%70.2%-
XYZ15.187.6143.32-
YUV71.79188.5155.97-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.58%
GREEN value IS 31 (12.5% from 255) = 9.66%
BLUE value IS 179 (70.31% from 255) = 55.76%
R=34.58%
G=9.66%
B=55.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal111311790.380.8300.30272.4370.4841.18
Hex6F1FB3265301E1104629
Octal157372634612303642010651
Binary1101111111111011001110011010100110111101000100001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,31,179); }

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

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

 a { background-color: rgb(111,31,179); }

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

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

 span { border-color: rgb(111,31,179); }

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