#5e33c1

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

Shades of Purple Heart #5E33C1

Tints of Purple Heart #5E33C1

Color information

#5E33C1 (or 0x5E33C1) is unknown color: approx Purple Heart. HEX triplet: 5E, 33 and C1. RGB value is (94,51,193). Sum of RGB (Red+Green+Blue) = 94+51+193=338 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.81% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 193 (75.78% from 255 or 57.10% from 338); Max value from RGB is 193 - color contains mainly: blue. Hex color #5E33C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E33C1 is #A1CC3E. Grayscale: #4F4F4F. Windows color (decimal): -10603583 or 12661598. OLE color: 12661598.

HSL color Cylindrical-coordinate representation of color #5E33C1: hue angle of 258.17º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E33C1 is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9451193-
CMYK0.510.7400.24
HSL258.17º58.2%47.84%-
HSV(B)258.17º73.58%75.69%-
XYZ15.438.651.3-
YUV80.04191.75137.95-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.81%
GREEN value IS 51 (20.31% from 255) = 15.09%
BLUE value IS 193 (75.78% from 255) = 57.10%
R=27.81%
G=15.09%
B=57.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal94511930.510.7400.24258.1758.247.84
Hex5E33C1334A0181023a30
Octal13663301631120304027260
Binary1011110110011110000011100111001010011000100000010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e33c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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