Html Css Color HEX #5E3AAF Royal Purple

📋 copy color: '#5E3AAF'

red 94 ◦ green 58 ◦ blue 175

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

Shades of Royal Purple #5E3AAF

Tints of Royal Purple #5E3AAF

RGB

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

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

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

R = 28.75%
G = 17.74%
B = 53.52%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5E3AAF (or 0x5E3AAF) is known color: Royal Purple. HEX triplet: 5E, 3A and AF. RGB value is (94,58,175). Sum of RGB (Red+Green+Blue) = 94+58+175=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E3AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3AAF is #A1C550. Grayscale: #515151. Windows color (decimal): -10601809 or 11483742. OLE color: 11483742.

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

Color convert

RGB 94 58 175 -
CMYK 0.46 0.67 0 0.31
HSL 258.46º 0.5% 0.46% -
HSV(B) 258.46º 0.67% 0.69% -
XYZ 13.87 8.5 41.47 -
YUV 82.1 180.43 136.49 -
System Red Green Blue C M Y K H S L
Decimal 94 58 175 0.46 0.67 0 0.31 258.46 0.5 0.46
Hex 5E 3A AF 2E 43 0 1F 102 32 2E
Octal 136 72 257 56 103 0 37 402 62 56
Binary 1011110 111010 10101111 101110 1000011 0 11111 100000010 110010 101110

Color Harmonies of #5E3AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3AAF

Black with #5E3AAF

Text Example


Text Example

White with #5E3AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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