Html Css Color HEX #5A3EAF Royal Purple

📋 copy color: '#5A3EAF'

red 90 ◦ green 62 ◦ blue 175

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

Shades of Royal Purple #5A3EAF

Tints of Royal Purple #5A3EAF

RGB

 RED value IS 90 (35.55% from 255) = 27.52%

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

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

R = 27.52%
G = 18.96%
B = 53.52%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5A3EAF (or 0x5A3EAF) is known color: Royal Purple. HEX triplet: 5A, 3E and AF. RGB value is (90,62,175). Sum of RGB (Red+Green+Blue) = 90+62+175=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 62 (24.61% from 255 or 18.96% 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 #5A3EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3EAF is #A5C150. Grayscale: #525252. Windows color (decimal): -10862929 or 11484762. OLE color: 11484762.

HSL color Cylindrical-coordinate representation of color #5A3EAF: hue angle of 254.87º 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 #5A3EAF is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 90 62 175 -
CMYK 0.49 0.65 0 0.31
HSL 254.87º 0.48% 0.46% -
HSV(B) 254.87º 0.65% 0.69% -
XYZ 13.68 8.71 41.52 -
YUV 83.25 179.78 132.81 -
System Red Green Blue C M Y K H S L
Decimal 90 62 175 0.49 0.65 0 0.31 254.87 0.48 0.46
Hex 5A 3E AF 31 41 0 1F FF 30 2E
Octal 132 76 257 61 101 0 37 377 60 56
Binary 1011010 111110 10101111 110001 1000001 0 11111 11111111 110000 101110

Color Harmonies of #5A3EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3EAF

Black with #5A3EAF

Text Example


Text Example

White with #5A3EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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