#7E33BA

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

Shades of Purple Heart #7E33BA

Tints of Purple Heart #7E33BA

Color information

#7E33BA (or 0x7E33BA) is unknown color: approx Purple Heart. HEX triplet: 7E, 33 and BA. RGB value is (126,51,186). Sum of RGB (Red+Green+Blue) = 126+51+186=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E33BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E33BA is #81CC45. Grayscale: #585858. Windows color (decimal): -8506438 or 12202878. OLE color: 12202878.

HSL color Cylindrical-coordinate representation of color #7E33BA: hue angle of 273.33º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7E33BA is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12651186-
CMYK0.320.7300.27
HSL273.33º56.96%46.47%-
HSV(B)273.33º72.58%72.94%-
XYZ18.6510.3547.47-
YUV88.82182.85154.52-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.71%
GREEN value IS 51 (20.31% from 255) = 14.05%
BLUE value IS 186 (73.05% from 255) = 51.24%
R=34.71%
G=14.05%
B=51.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal126511860.320.7300.27273.3356.9646.47
Hex7E33BA204901B111392e
Octal17663272401110334217156
Binary1111110110011101110101000001001001011011100010001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E33BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,51,186); }

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

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

 a { background-color: rgb(126,51,186); }

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

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

 span { border-color: rgb(126,51,186); }

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