Html Css Color HEX #5E3CCE Purple Heart

📋 copy color: '#5E3CCE'

red 94 ◦ green 60 ◦ blue 206

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

Shades of Purple Heart #5E3CCE

Tints of Purple Heart #5E3CCE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.67%

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

R = 26.11%
G = 16.67%
B = 57.22%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E3CCE (or 0x5E3CCE) is known color: Purple Heart. HEX triplet: 5E, 3C and CE. RGB value is (94,60,206). Sum of RGB (Red+Green+Blue) = 94+60+206=360 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.11% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E3CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3CCE is #A1C331. Grayscale: #565656. Windows color (decimal): -10601266 or 13515870. OLE color: 13515870.

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

Color convert

RGB 94 60 206 -
CMYK 0.54 0.71 0 0.19
HSL 253.97º 0.6% 0.52% -
HSV(B) 253.97º 0.71% 0.81% -
XYZ 17.37 10.07 59.42 -
YUV 86.81 195.26 133.13 -
System Red Green Blue C M Y K H S L
Decimal 94 60 206 0.54 0.71 0 0.19 253.97 0.6 0.52
Hex 5E 3C CE 36 47 0 13 FE 3C 34
Octal 136 74 316 66 107 0 23 376 74 64
Binary 1011110 111100 11001110 110110 1000111 0 10011 11111110 111100 110100

Color Harmonies of #5E3CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3CCE

Black with #5E3CCE

Text Example


Text Example

White with #5E3CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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