#7F33BF

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

Shades of Purple Heart #7F33BF

Tints of Purple Heart #7F33BF

Color information

#7F33BF (or 0x7F33BF) is unknown color: approx Purple Heart. HEX triplet: 7F, 33 and BF. RGB value is (127,51,191). Sum of RGB (Red+Green+Blue) = 127+51+191=369 (48% of max value = 765). Red value is 127 (50% from 255 or 34.42% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F33BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F33BF is #80CC40. Grayscale: #595959. Windows color (decimal): -8440897 or 12530559. OLE color: 12530559.

HSL color Cylindrical-coordinate representation of color #7F33BF: hue angle of 272.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F33BF is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12751191-
CMYK0.340.7300.25
HSL272.57º57.85%47.45%-
HSV(B)272.57º73.3%74.9%-
XYZ19.3410.6450.32-
YUV89.68185.18154.62-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.42%
GREEN value IS 51 (20.31% from 255) = 13.82%
BLUE value IS 191 (75% from 255) = 51.76%
R=34.42%
G=13.82%
B=51.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal127511910.340.7300.25272.5757.8547.45
Hex7F33BF22490191113a2f
Octal17763277421110314217257
Binary1111111110011101111111000101001001011001100010001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F33BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F33BF; }

 p { color: rgb(127,51,191); }

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

<style>
 a { background-color: #7F33BF; }

 a { background-color: rgb(127,51,191); }

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

<style>
 span { border-color: #7F33BF; }

 span { border-color: rgb(127,51,191); }

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