Html Css Color HEX #5E3DCE Purple Heart

📋 copy color: '#5E3DCE'

red 94 ◦ green 61 ◦ blue 206

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

Shades of Purple Heart #5E3DCE

Tints of Purple Heart #5E3DCE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.9%

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

R = 26.04%
G = 16.9%
B = 57.06%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E3DCE (or 0x5E3DCE) is known color: Purple Heart. HEX triplet: 5E, 3D and CE. RGB value is (94,61,206). Sum of RGB (Red+Green+Blue) = 94+61+206=361 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.04% from 361); Green value is 61 (24.22% from 255 or 16.90% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E3DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3DCE is #A1C231. Grayscale: #565656. Windows color (decimal): -10601010 or 13516126. OLE color: 13516126.

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

Color convert

RGB 94 61 206 -
CMYK 0.54 0.70 0 0.19
HSL 253.66º 0.6% 0.52% -
HSV(B) 253.66º 0.7% 0.81% -
XYZ 17.43 10.17 59.44 -
YUV 87.4 194.93 132.71 -
System Red Green Blue C M Y K H S L
Decimal 94 61 206 0.54 0.70 0 0.19 253.66 0.6 0.52
Hex 5E 3D CE 36 46 0 13 FE 3C 34
Octal 136 75 316 66 106 0 23 376 74 64
Binary 1011110 111101 11001110 110110 1000110 0 10011 11111110 111100 110100

Color Harmonies of #5E3DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3DCE

Black with #5E3DCE

Text Example


Text Example

White with #5E3DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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