Html Css Color HEX #5E3CAF Royal Purple

📋 copy color: '#5E3CAF'

red 94 ◦ green 60 ◦ blue 175

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

Shades of Royal Purple #5E3CAF

Tints of Royal Purple #5E3CAF

RGB

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

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

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

R = 28.57%
G = 18.24%
B = 53.19%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5E3CAF (or 0x5E3CAF) is known color: Royal Purple. HEX triplet: 5E, 3C and AF. RGB value is (94,60,175). Sum of RGB (Red+Green+Blue) = 94+60+175=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E3CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3CAF is #A1C350. Grayscale: #525252. Windows color (decimal): -10601297 or 11484254. OLE color: 11484254.

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

Color convert

RGB 94 60 175 -
CMYK 0.46 0.66 0 0.31
HSL 257.74º 0.49% 0.46% -
HSV(B) 257.74º 0.66% 0.69% -
XYZ 13.97 8.71 41.5 -
YUV 83.28 179.76 135.65 -
System Red Green Blue C M Y K H S L
Decimal 94 60 175 0.46 0.66 0 0.31 257.74 0.49 0.46
Hex 5E 3C AF 2E 42 0 1F 102 31 2E
Octal 136 74 257 56 102 0 37 402 61 56
Binary 1011110 111100 10101111 101110 1000010 0 11111 100000010 110001 101110

Color Harmonies of #5E3CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3CAF

Black with #5E3CAF

Text Example


Text Example

White with #5E3CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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