Html Css Color HEX #5E3AC9 Purple Heart

📋 copy color: '#5E3AC9'

red 94 ◦ green 58 ◦ blue 201

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

Shades of Purple Heart #5E3AC9

Tints of Purple Heart #5E3AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 56.94%

R = 26.63%
G = 16.43%
B = 56.94%

CMYK

 C value IS 0.53

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5E3AC9 (or 0x5E3AC9) is known color: Purple Heart. HEX triplet: 5E, 3A and C9. RGB value is (94,58,201). Sum of RGB (Red+Green+Blue) = 94+58+201=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 201 (78.91% from 255 or 56.94% from 353); Max value from RGB is 201 - color contains mainly: blue. Hex color #5E3AC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3AC9 is #A1C536. Grayscale: #545454. Windows color (decimal): -10601783 or 13187678. OLE color: 13187678.

HSL color Cylindrical-coordinate representation of color #5E3AC9: hue angle of 255.1º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E3AC9 is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 94 58 201 -
CMYK 0.53 0.71 0 0.21
HSL 255.1º 0.57% 0.51% -
HSV(B) 255.1º 0.71% 0.79% -
XYZ 16.67 9.62 56.24 -
YUV 85.07 193.43 134.37 -
System Red Green Blue C M Y K H S L
Decimal 94 58 201 0.53 0.71 0 0.21 255.1 0.57 0.51
Hex 5E 3A C9 35 47 0 15 FF 39 33
Octal 136 72 311 65 107 0 25 377 71 63
Binary 1011110 111010 11001001 110101 1000111 0 10101 11111111 111001 110011

Color Harmonies of #5E3AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3AC9

Black with #5E3AC9

Text Example


Text Example

White with #5E3AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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