Html Css Color HEX #5A3DAB Royal Purple

📋 copy color: '#5A3DAB'

red 90 ◦ green 61 ◦ blue 171

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

Shades of Royal Purple #5A3DAB

Tints of Royal Purple #5A3DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.94%

 BLUE value IS 171 (67.19% from 255) = 53.11%

R = 27.95%
G = 18.94%
B = 53.11%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A3DAB (or 0x5A3DAB) is known color: Royal Purple. HEX triplet: 5A, 3D and AB. RGB value is (90,61,171). Sum of RGB (Red+Green+Blue) = 90+61+171=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A3DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3DAB is #A5C254. Grayscale: #515151. Windows color (decimal): -10863189 or 11222362. OLE color: 11222362.

HSL color Cylindrical-coordinate representation of color #5A3DAB: hue angle of 255.82º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A3DAB is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 61 171 -
CMYK 0.47 0.64 0 0.33
HSL 255.82º 0.47% 0.45% -
HSV(B) 255.82º 0.64% 0.67% -
XYZ 13.24 8.45 39.46 -
YUV 82.21 178.11 133.56 -
System Red Green Blue C M Y K H S L
Decimal 90 61 171 0.47 0.64 0 0.33 255.82 0.47 0.45
Hex 5A 3D AB 2F 40 0 21 100 2F 2D
Octal 132 75 253 57 100 0 41 400 57 55
Binary 1011010 111101 10101011 101111 1000000 0 100001 100000000 101111 101101

Color Harmonies of #5A3DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3DAB

Black with #5A3DAB

Text Example


Text Example

White with #5A3DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,61,171); }

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

background-color css

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

 a { background-color: rgb(90,61,171); }

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

border-color css

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

 span { border-color: rgb(90,61,171); }

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