Html Css Color HEX #5E3EAF Royal Purple

📋 copy color: '#5E3EAF'

red 94 ◦ green 62 ◦ blue 175

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

Shades of Royal Purple #5E3EAF

Tints of Royal Purple #5E3EAF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.73%

 BLUE value IS 175 (68.75% from 255) = 52.87%

R = 28.4%
G = 18.73%
B = 52.87%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5E3EAF (or 0x5E3EAF) is known color: Royal Purple. HEX triplet: 5E, 3E and AF. RGB value is (94,62,175). Sum of RGB (Red+Green+Blue) = 94+62+175=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E3EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3EAF is #A1C150. Grayscale: #545454. Windows color (decimal): -10600785 or 11484766. OLE color: 11484766.

HSL color Cylindrical-coordinate representation of color #5E3EAF: hue angle of 256.99º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E3EAF is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 94 62 175 -
CMYK 0.46 0.65 0 0.31
HSL 256.99º 0.48% 0.46% -
HSV(B) 256.99º 0.65% 0.69% -
XYZ 14.08 8.92 41.54 -
YUV 84.45 179.1 134.81 -
System Red Green Blue C M Y K H S L
Decimal 94 62 175 0.46 0.65 0 0.31 256.99 0.48 0.46
Hex 5E 3E AF 2E 41 0 1F 101 30 2E
Octal 136 76 257 56 101 0 37 401 60 56
Binary 1011110 111110 10101111 101110 1000001 0 11111 100000001 110000 101110

Color Harmonies of #5E3EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3EAF

Black with #5E3EAF

Text Example


Text Example

White with #5E3EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,62,175); }

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

background-color css

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

 a { background-color: rgb(94,62,175); }

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

border-color css

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

 span { border-color: rgb(94,62,175); }

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