Html Css Color HEX #5A3FAC Royal Purple

📋 copy color: '#5A3FAC'

red 90 ◦ green 63 ◦ blue 172

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

Shades of Royal Purple #5A3FAC

Tints of Royal Purple #5A3FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.92%

R = 27.69%
G = 19.38%
B = 52.92%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A3FAC (or 0x5A3FAC) is known color: Royal Purple. HEX triplet: 5A, 3F and AC. RGB value is (90,63,172). Sum of RGB (Red+Green+Blue) = 90+63+172=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A3FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3FAC is #A5C053. Grayscale: #535353. Windows color (decimal): -10862676 or 11288410. OLE color: 11288410.

HSL color Cylindrical-coordinate representation of color #5A3FAC: hue angle of 254.86º 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 #5A3FAC is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 63 172 -
CMYK 0.48 0.63 0 0.33
HSL 254.86º 0.46% 0.46% -
HSV(B) 254.86º 0.63% 0.67% -
XYZ 13.44 8.71 40 -
YUV 83.5 177.95 132.64 -
System Red Green Blue C M Y K H S L
Decimal 90 63 172 0.48 0.63 0 0.33 254.86 0.46 0.46
Hex 5A 3F AC 30 3F 0 21 FF 2E 2E
Octal 132 77 254 60 77 0 41 377 56 56
Binary 1011010 111111 10101100 110000 111111 0 100001 11111111 101110 101110

Color Harmonies of #5A3FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3FAC

Black with #5A3FAC

Text Example


Text Example

White with #5A3FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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