Html Css Color HEX #5E30AA Royal Purple

📋 copy color: '#5E30AA'

red 94 ◦ green 48 ◦ blue 170

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

Shades of Royal Purple #5E30AA

Tints of Royal Purple #5E30AA

RGB

 RED value IS 94 (37.11% from 255) = 30.13%

 GREEN value IS 48 (19.14% from 255) = 15.38%

 BLUE value IS 170 (66.8% from 255) = 54.49%

R = 30.13%
G = 15.38%
B = 54.49%

CMYK

 C value IS 0.45

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E30AA (or 0x5E30AA) is known color: Royal Purple. HEX triplet: 5E, 30 and AA. RGB value is (94,48,170). Sum of RGB (Red+Green+Blue) = 94+48+170=312 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.13% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E30AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E30AA is #A1CF55. Grayscale: #4B4B4B. Windows color (decimal): -10604374 or 11153502. OLE color: 11153502.

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

Color convert

RGB 94 48 170 -
CMYK 0.45 0.72 0 0.33
HSL 262.62º 0.56% 0.43% -
HSV(B) 262.62º 0.72% 0.67% -
XYZ 12.93 7.4 38.78 -
YUV 75.66 181.24 141.08 -
System Red Green Blue C M Y K H S L
Decimal 94 48 170 0.45 0.72 0 0.33 262.62 0.56 0.43
Hex 5E 30 AA 2D 48 0 21 107 38 2B
Octal 136 60 252 55 110 0 41 407 70 53
Binary 1011110 110000 10101010 101101 1001000 0 100001 100000111 111000 101011

Color Harmonies of #5E30AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E30AA

Black with #5E30AA

Text Example


Text Example

White with #5E30AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,48,170); }

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

background-color css

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

 a { background-color: rgb(94,48,170); }

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

border-color css

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

 span { border-color: rgb(94,48,170); }

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