Html Css Color HEX #5E3BAF Royal Purple

📋 copy color: '#5E3BAF'

red 94 ◦ green 59 ◦ blue 175

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

Shades of Royal Purple #5E3BAF

Tints of Royal Purple #5E3BAF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.99%

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

R = 28.66%
G = 17.99%
B = 53.35%

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

#5E3BAF (or 0x5E3BAF) is known color: Royal Purple. HEX triplet: 5E, 3B and AF. RGB value is (94,59,175). Sum of RGB (Red+Green+Blue) = 94+59+175=328 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.66% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E3BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3BAF is #A1C450. Grayscale: #525252. Windows color (decimal): -10601553 or 11483998. OLE color: 11483998.

HSL color Cylindrical-coordinate representation of color #5E3BAF: hue angle of 258.1º degrees, saturation: 0.5, 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 #5E3BAF is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 94 59 175 -
CMYK 0.46 0.66 0 0.31
HSL 258.1º 0.5% 0.46% -
HSV(B) 258.1º 0.66% 0.69% -
XYZ 13.92 8.6 41.48 -
YUV 82.69 180.1 136.07 -
System Red Green Blue C M Y K H S L
Decimal 94 59 175 0.46 0.66 0 0.31 258.1 0.5 0.46
Hex 5E 3B AF 2E 42 0 1F 102 32 2E
Octal 136 73 257 56 102 0 37 402 62 56
Binary 1011110 111011 10101111 101110 1000010 0 11111 100000010 110010 101110

Color Harmonies of #5E3BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3BAF

Black with #5E3BAF

Text Example


Text Example

White with #5E3BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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