Html Css Color HEX #5E33AA Royal Purple

📋 copy color: '#5E33AA'

red 94 ◦ green 51 ◦ blue 170

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

Shades of Royal Purple #5E33AA

Tints of Royal Purple #5E33AA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.19%

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

R = 29.84%
G = 16.19%
B = 53.97%

CMYK

 C value IS 0.45

 M value IS 0.7

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E33AA (or 0x5E33AA) is known color: Royal Purple. HEX triplet: 5E, 33 and AA. RGB value is (94,51,170). Sum of RGB (Red+Green+Blue) = 94+51+170=315 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.84% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E33AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E33AA is #A1CC55. Grayscale: #4C4C4C. Windows color (decimal): -10603606 or 11154270. OLE color: 11154270.

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

Color convert

RGB 94 51 170 -
CMYK 0.45 0.7 0 0.33
HSL 261.68º 0.54% 0.43% -
HSV(B) 261.68º 0.7% 0.67% -
XYZ 13.06 7.65 38.82 -
YUV 77.42 180.25 139.82 -
System Red Green Blue C M Y K H S L
Decimal 94 51 170 0.45 0.7 0 0.33 261.68 0.54 0.43
Hex 5E 33 AA 2D 46 0 21 106 36 2B
Octal 136 63 252 55 106 0 41 406 66 53
Binary 1011110 110011 10101010 101101 1000110 0 100001 100000110 110110 101011

Color Harmonies of #5E33AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E33AA

Black with #5E33AA

Text Example


Text Example

White with #5E33AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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