#5E3EBB

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

Shades of Purple Heart #5E3EBB

Tints of Purple Heart #5E3EBB

Color information

#5E3EBB (or 0x5E3EBB) is unknown color: approx Purple Heart. HEX triplet: 5E, 3E and BB. RGB value is (94,62,187). Sum of RGB (Red+Green+Blue) = 94+62+187=343 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.41% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 187 (73.44% from 255 or 54.52% from 343); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E3EBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3EBB is #A1C144. Grayscale: #555555. Windows color (decimal): -10600773 or 12271198. OLE color: 12271198.

HSL color Cylindrical-coordinate representation of color #5E3EBB: hue angle of 255.36º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E3EBB is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9462187-
CMYK0.500.6700.27
HSL255.36º50.2%48.82%-
HSV(B)255.36º66.84%73.33%-
XYZ15.319.4148.02-
YUV85.82185.1133.84-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.41%
GREEN value IS 62 (24.61% from 255) = 18.08%
BLUE value IS 187 (73.44% from 255) = 54.52%
R=27.41%
G=18.08%
B=54.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal94621870.500.6700.27255.3650.248.82
Hex5E3EBB324301Bff3231
Octal13676273621030333776261
Binary101111011111010111011110010100001101101111111111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E3EBB; }

 p { color: rgb(94,62,187); }

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

<style>
 a { background-color: #5E3EBB; }

 a { background-color: rgb(94,62,187); }

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

<style>
 span { border-color: #5E3EBB; }

 span { border-color: rgb(94,62,187); }

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