#6F2FB3

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

Shades of Purple Heart #6F2FB3

Tints of Purple Heart #6F2FB3

Color information

#6F2FB3 (or 0x6F2FB3) is unknown color: approx Purple Heart. HEX triplet: 6F, 2F and B3. RGB value is (111,47,179). Sum of RGB (Red+Green+Blue) = 111+47+179=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 179 (70.31% from 255 or 53.12% from 337); Max value from RGB is 179 - color contains mainly: blue. Hex color #6F2FB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F2FB3 is #90D04C. Grayscale: #505050. Windows color (decimal): -9490509 or 11743087. OLE color: 11743087.

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

Color convert

RGB11147179-
CMYK0.380.7400.30
HSL269.09º58.41%44.31%-
HSV(B)269.09º73.74%70.2%-
XYZ15.718.6743.49-
YUV81.18183.2149.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.94%
GREEN value IS 47 (18.75% from 255) = 13.95%
BLUE value IS 179 (70.31% from 255) = 53.12%
R=32.94%
G=13.95%
B=53.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal111471790.380.7400.30269.0958.4144.31
Hex6F2FB3264A01E10d3a2c
Octal15757263461120364157254
Binary1101111101111101100111001101001010011110100001101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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