#5E33AF

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

Shades of Purple Heart #5E33AF

Tints of Purple Heart #5E33AF

Color information

#5E33AF (or 0x5E33AF) is unknown color: approx Purple Heart. HEX triplet: 5E, 33 and AF. RGB value is (94,51,175). Sum of RGB (Red+Green+Blue) = 94+51+175=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 175 (68.75% from 255 or 54.69% from 320); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E33AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E33AF is #A1CC50. Grayscale: #4D4D4D. Windows color (decimal): -10603601 or 11481950. OLE color: 11481950.

HSL color Cylindrical-coordinate representation of color #5E33AF: hue angle of 260.81º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E33AF is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9451175-
CMYK0.460.7100.31
HSL260.81º54.87%44.31%-
HSV(B)260.81º70.86%68.63%-
XYZ13.547.8441.36-
YUV77.99182.75139.42-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.38%
GREEN value IS 51 (20.31% from 255) = 15.94%
BLUE value IS 175 (68.75% from 255) = 54.69%
R=29.38%
G=15.94%
B=54.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal94511750.460.7100.31260.8154.8744.31
Hex5E33AF2E4701F105372c
Octal13663257561070374056754
Binary1011110110011101011111011101000111011111100000101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E33AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,51,175); }

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

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

 a { background-color: rgb(94,51,175); }

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

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

 span { border-color: rgb(94,51,175); }

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