#5E3FCD

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

Shades of Purple Heart #5E3FCD

Tints of Purple Heart #5E3FCD

Color information

#5E3FCD (or 0x5E3FCD) is unknown color: approx Purple Heart. HEX triplet: 5E, 3F and CD. RGB value is (94,63,205). Sum of RGB (Red+Green+Blue) = 94+63+205=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E3FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3FCD is #A1C032. Grayscale: #575757. Windows color (decimal): -10600499 or 13451102. OLE color: 13451102.

HSL color Cylindrical-coordinate representation of color #5E3FCD: hue angle of 253.1º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E3FCD is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9463205-
CMYK0.540.6900.20
HSL253.1º58.68%52.55%-
HSV(B)253.1º69.27%80.39%-
XYZ17.4110.3458.84-
YUV88.46193.77131.95-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.97%
GREEN value IS 63 (25% from 255) = 17.40%
BLUE value IS 205 (80.47% from 255) = 56.63%
R=25.97%
G=17.40%
B=56.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal94632050.540.6900.20253.158.6852.55
Hex5E3FCD3645014fd3b35
Octal13677315661050243757365
Binary101111011111111001101110110100010101010011111101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,63,205); }

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

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

 a { background-color: rgb(94,63,205); }

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

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

 span { border-color: rgb(94,63,205); }

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