#7E30BD

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

Shades of Purple Heart #7E30BD

Tints of Purple Heart #7E30BD

Color information

#7E30BD (or 0x7E30BD) is unknown color: approx Purple Heart. HEX triplet: 7E, 30 and BD. RGB value is (126,48,189). Sum of RGB (Red+Green+Blue) = 126+48+189=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E30BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E30BD is #81CF42. Grayscale: #565656. Windows color (decimal): -8507203 or 12398718. OLE color: 12398718.

HSL color Cylindrical-coordinate representation of color #7E30BD: hue angle of 273.19º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E30BD is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12648189-
CMYK0.330.7500.26
HSL273.19º59.49%46.47%-
HSV(B)273.19º74.6%74.12%-
XYZ18.8510.2249.12-
YUV87.4185.34155.54-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.71%
GREEN value IS 48 (19.14% from 255) = 13.22%
BLUE value IS 189 (74.22% from 255) = 52.07%
R=34.71%
G=13.22%
B=52.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal126481890.330.7500.26273.1959.4946.47
Hex7E30BD214B01A1113b2e
Octal17660275411130324217356
Binary1111110110000101111011000011001011011010100010001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E30BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,48,189); }

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

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

 a { background-color: rgb(126,48,189); }

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

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

 span { border-color: rgb(126,48,189); }

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