Html Css Color HEX #5E3FCE Purple Heart

📋 copy color: '#5E3FCE'

red 94 ◦ green 63 ◦ blue 206

#5E3FCE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5E3FCE

Tints of Purple Heart #5E3FCE

RGB

 RED value IS 94 (37.11% from 255) = 25.9%

 GREEN value IS 63 (25% from 255) = 17.36%

 BLUE value IS 206 (80.86% from 255) = 56.75%

R = 25.9%
G = 17.36%
B = 56.75%

CMYK

 C value IS 0.54

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E3FCE (or 0x5E3FCE) is known color: Purple Heart. HEX triplet: 5E, 3F and CE. RGB value is (94,63,206). Sum of RGB (Red+Green+Blue) = 94+63+206=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E3FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3FCE is #A1C031. Grayscale: #585858. Windows color (decimal): -10600498 or 13516638. OLE color: 13516638.

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

Color convert

RGB 94 63 206 -
CMYK 0.54 0.69 0 0.19
HSL 253.01º 0.59% 0.53% -
HSV(B) 253.01º 0.69% 0.81% -
XYZ 17.53 10.39 59.47 -
YUV 88.57 194.27 131.87 -
System Red Green Blue C M Y K H S L
Decimal 94 63 206 0.54 0.69 0 0.19 253.01 0.59 0.53
Hex 5E 3F CE 36 45 0 13 FD 3B 35
Octal 136 77 316 66 105 0 23 375 73 65
Binary 1011110 111111 11001110 110110 1000101 0 10011 11111101 111011 110101

Color Harmonies of #5E3FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3FCE

Black with #5E3FCE

Text Example


Text Example

White with #5E3FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E3FCE;
 }
 .AnyTagClassName
 {
   color: #5E3FCE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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