#6F2BBE

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

Shades of Purple Heart #6F2BBE

Tints of Purple Heart #6F2BBE

Color information

#6F2BBE (or 0x6F2BBE) is unknown color: approx Purple Heart. HEX triplet: 6F, 2B and BE. RGB value is (111,43,190). Sum of RGB (Red+Green+Blue) = 111+43+190=344 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.27% from 344); Green value is 43 (17.19% from 255 or 12.5% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F2BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F2BBE is #90D441. Grayscale: #4F4F4F. Windows color (decimal): -9491522 or 12462959. OLE color: 12462959.

HSL color Cylindrical-coordinate representation of color #6F2BBE: hue angle of 267.76º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F2BBE is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11143190-
CMYK0.420.7700.25
HSL267.76º63.09%45.69%-
HSV(B)267.76º77.37%74.51%-
XYZ16.718.8249.54-
YUV80.09190.03150.05-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.27%
GREEN value IS 43 (17.19% from 255) = 12.5%
BLUE value IS 190 (74.61% from 255) = 55.23%
R=32.27%
G=12.5%
B=55.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111431900.420.7700.25267.7663.0945.69
Hex6F2BBE2A4D01910c3f2e
Octal15753276521150314147756
Binary1101111101011101111101010101001101011001100001100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,43,190); }

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

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

 a { background-color: rgb(111,43,190); }

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

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

 span { border-color: rgb(111,43,190); }

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