Html Css Color HEX #5A38AC Royal Purple

📋 copy color: '#5A38AC'

red 90 ◦ green 56 ◦ blue 172

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

Shades of Royal Purple #5A38AC

Tints of Royal Purple #5A38AC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.61%

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

R = 28.3%
G = 17.61%
B = 54.09%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A38AC (or 0x5A38AC) is known color: Royal Purple. HEX triplet: 5A, 38 and AC. RGB value is (90,56,172). Sum of RGB (Red+Green+Blue) = 90+56+172=318 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.30% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A38AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A38AC is #A5C753. Grayscale: #4E4E4E. Windows color (decimal): -10864468 or 11286618. OLE color: 11286618.

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

Color convert

RGB 90 56 172 -
CMYK 0.48 0.67 0 0.33
HSL 257.59º 0.51% 0.45% -
HSV(B) 257.59º 0.67% 0.67% -
XYZ 13.08 7.98 39.88 -
YUV 79.39 180.26 135.57 -
System Red Green Blue C M Y K H S L
Decimal 90 56 172 0.48 0.67 0 0.33 257.59 0.51 0.45
Hex 5A 38 AC 30 43 0 21 102 33 2D
Octal 132 70 254 60 103 0 41 402 63 55
Binary 1011010 111000 10101100 110000 1000011 0 100001 100000010 110011 101101

Color Harmonies of #5A38AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A38AC

Black with #5A38AC

Text Example


Text Example

White with #5A38AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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