Html Css Color HEX #5A36AC Royal Purple

📋 copy color: '#5A36AC'

red 90 ◦ green 54 ◦ blue 172

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

Shades of Royal Purple #5A36AC

Tints of Royal Purple #5A36AC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.09%

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

R = 28.48%
G = 17.09%
B = 54.43%

CMYK

 C value IS 0.48

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A36AC (or 0x5A36AC) is known color: Royal Purple. HEX triplet: 5A, 36 and AC. RGB value is (90,54,172). Sum of RGB (Red+Green+Blue) = 90+54+172=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A36AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A36AC is #A5C953. Grayscale: #4D4D4D. Windows color (decimal): -10864980 or 11286106. OLE color: 11286106.

HSL color Cylindrical-coordinate representation of color #5A36AC: hue angle of 258.31º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A36AC is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 54 172 -
CMYK 0.48 0.69 0 0.33
HSL 258.31º 0.52% 0.44% -
HSV(B) 258.31º 0.69% 0.67% -
XYZ 12.98 7.79 39.85 -
YUV 78.22 180.93 136.41 -
System Red Green Blue C M Y K H S L
Decimal 90 54 172 0.48 0.69 0 0.33 258.31 0.52 0.44
Hex 5A 36 AC 30 45 0 21 102 34 2C
Octal 132 66 254 60 105 0 41 402 64 54
Binary 1011010 110110 10101100 110000 1000101 0 100001 100000010 110100 101100

Color Harmonies of #5A36AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A36AC

Black with #5A36AC

Text Example


Text Example

White with #5A36AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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