#7E23B1

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

Shades of Purple Heart #7E23B1

Tints of Purple Heart #7E23B1

Color information

#7E23B1 (or 0x7E23B1) is unknown color: approx Purple Heart. HEX triplet: 7E, 23 and B1. RGB value is (126,35,177). Sum of RGB (Red+Green+Blue) = 126+35+177=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 177 (69.53% from 255 or 52.37% from 338); Max value from RGB is 177 - color contains mainly: blue. Hex color #7E23B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E23B1 is #81DC4E. Grayscale: #4D4D4D. Windows color (decimal): -8510543 or 11608958. OLE color: 11608958.

HSL color Cylindrical-coordinate representation of color #7E23B1: hue angle of 278.45º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E23B1 is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12635177-
CMYK0.290.8000.31
HSL278.45º66.98%41.57%-
HSV(B)278.45º80.23%69.41%-
XYZ17.148.8142.39-
YUV78.4183.65161.95-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.28%
GREEN value IS 35 (14.06% from 255) = 10.36%
BLUE value IS 177 (69.53% from 255) = 52.37%
R=37.28%
G=10.36%
B=52.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal126351770.290.8000.31278.4566.9841.57
Hex7E23B11D5001F116432a
Octal176432613512003742610352
Binary1111110100011101100011110110100000111111000101101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E23B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,35,177); }

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

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

 a { background-color: rgb(126,35,177); }

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

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

 span { border-color: rgb(126,35,177); }

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