#7E35BC

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

Shades of Purple Heart #7E35BC

Tints of Purple Heart #7E35BC

Color information

#7E35BC (or 0x7E35BC) is unknown color: approx Purple Heart. HEX triplet: 7E, 35 and BC. RGB value is (126,53,188). Sum of RGB (Red+Green+Blue) = 126+53+188=367 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.33% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E35BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E35BC is #81CA43. Grayscale: #595959. Windows color (decimal): -8505924 or 12334462. OLE color: 12334462.

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

Color convert

RGB12653188-
CMYK0.330.7200.26
HSL272.44º56.02%47.25%-
HSV(B)272.44º71.81%73.73%-
XYZ18.9510.6148.63-
YUV90.22183.18153.52-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.33%
GREEN value IS 53 (21.09% from 255) = 14.44%
BLUE value IS 188 (73.83% from 255) = 51.23%
R=34.33%
G=14.44%
B=51.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal126531880.330.7200.26272.4456.0247.25
Hex7E35BC214801A110382f
Octal17665274411100324207057
Binary1111110110101101111001000011001000011010100010000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E35BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,53,188); }

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

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

 a { background-color: rgb(126,53,188); }

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

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

 span { border-color: rgb(126,53,188); }

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