#5E3DC0

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

Shades of Purple Heart #5E3DC0

Tints of Purple Heart #5E3DC0

Color information

#5E3DC0 (or 0x5E3DC0) is unknown color: approx Purple Heart. HEX triplet: 5E, 3D and C0. RGB value is (94,61,192). Sum of RGB (Red+Green+Blue) = 94+61+192=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 192 (75.39% from 255 or 55.33% from 347); Max value from RGB is 192 - color contains mainly: blue. Hex color #5E3DC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3DC0 is #A1C23F. Grayscale: #555555. Windows color (decimal): -10601024 or 12598622. OLE color: 12598622.

HSL color Cylindrical-coordinate representation of color #5E3DC0: hue angle of 255.11º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E3DC0 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9461192-
CMYK0.510.6800.25
HSL255.11º51.78%49.61%-
HSV(B)255.11º68.23%75.29%-
XYZ15.89.5250.87-
YUV85.8187.93133.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.09%
GREEN value IS 61 (24.22% from 255) = 17.58%
BLUE value IS 192 (75.39% from 255) = 55.33%
R=27.09%
G=17.58%
B=55.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal94611920.510.6800.25255.1151.7849.61
Hex5E3DC03344019ff3432
Octal13675300631040313776462
Binary101111011110111000000110011100010001100111111111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,61,192); }

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

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

 a { background-color: rgb(94,61,192); }

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

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

 span { border-color: rgb(94,61,192); }

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