Html Css Color HEX #5E3AD7 Purple Heart

📋 copy color: '#5E3AD7'

red 94 ◦ green 58 ◦ blue 215

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

Shades of Purple Heart #5E3AD7

Tints of Purple Heart #5E3AD7

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.8%

 BLUE value IS 215 (84.38% from 255) = 58.58%

R = 25.61%
G = 15.8%
B = 58.58%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5E3AD7 (or 0x5E3AD7) is known color: Purple Heart. HEX triplet: 5E, 3A and D7. RGB value is (94,58,215). Sum of RGB (Red+Green+Blue) = 94+58+215=367 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.61% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 215 (84.38% from 255 or 58.58% from 367); Max value from RGB is 215 - color contains mainly: blue. Hex color #5E3AD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3AD7 is #A1C528. Grayscale: #565656. Windows color (decimal): -10601769 or 14105182. OLE color: 14105182.

HSL color Cylindrical-coordinate representation of color #5E3AD7: hue angle of 253.76º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E3AD7 is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 94 58 215 -
CMYK 0.56 0.73 0 0.16
HSL 253.76º 0.66% 0.54% -
HSV(B) 253.76º 0.73% 0.84% -
XYZ 18.39 10.31 65.31 -
YUV 86.66 200.43 133.23 -
System Red Green Blue C M Y K H S L
Decimal 94 58 215 0.56 0.73 0 0.16 253.76 0.66 0.54
Hex 5E 3A D7 38 49 0 10 FE 42 36
Octal 136 72 327 70 111 0 20 376 102 66
Binary 1011110 111010 11010111 111000 1001001 0 10000 11111110 1000010 110110

Color Harmonies of #5E3AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3AD7

Black with #5E3AD7

Text Example


Text Example

White with #5E3AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,58,215); }

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

background-color css

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

 a { background-color: rgb(94,58,215); }

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

border-color css

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

 span { border-color: rgb(94,58,215); }

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