Html Css Color HEX #5A3FAB Royal Purple

📋 copy color: '#5A3FAB'

red 90 ◦ green 63 ◦ blue 171

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

Shades of Royal Purple #5A3FAB

Tints of Royal Purple #5A3FAB

RGB

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

 GREEN value IS 63 (25% from 255) = 19.44%

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

R = 27.78%
G = 19.44%
B = 52.78%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A3FAB (or 0x5A3FAB) is known color: Royal Purple. HEX triplet: 5A, 3F and AB. RGB value is (90,63,171). Sum of RGB (Red+Green+Blue) = 90+63+171=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A3FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3FAB is #A5C054. Grayscale: #525252. Windows color (decimal): -10862677 or 11222874. OLE color: 11222874.

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

Color convert

RGB 90 63 171 -
CMYK 0.47 0.63 0 0.33
HSL 255º 0.46% 0.46% -
HSV(B) 255º 0.63% 0.67% -
XYZ 13.34 8.67 39.5 -
YUV 83.39 177.45 132.72 -
System Red Green Blue C M Y K H S L
Decimal 90 63 171 0.47 0.63 0 0.33 255 0.46 0.46
Hex 5A 3F AB 2F 3F 0 21 FF 2E 2E
Octal 132 77 253 57 77 0 41 377 56 56
Binary 1011010 111111 10101011 101111 111111 0 100001 11111111 101110 101110

Color Harmonies of #5A3FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3FAB

Black with #5A3FAB

Text Example


Text Example

White with #5A3FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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