Html Css Color HEX #5E38AA Royal Purple

📋 copy color: '#5E38AA'

red 94 ◦ green 56 ◦ blue 170

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

Shades of Royal Purple #5E38AA

Tints of Royal Purple #5E38AA

RGB

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

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

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

R = 29.38%
G = 17.5%
B = 53.13%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E38AA (or 0x5E38AA) is known color: Royal Purple. HEX triplet: 5E, 38 and AA. RGB value is (94,56,170). Sum of RGB (Red+Green+Blue) = 94+56+170=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E38AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E38AA is #A1C755. Grayscale: #4F4F4F. Windows color (decimal): -10602326 or 11155550. OLE color: 11155550.

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

Color convert

RGB 94 56 170 -
CMYK 0.45 0.67 0 0.33
HSL 260º 0.5% 0.44% -
HSV(B) 260º 0.67% 0.67% -
XYZ 13.29 8.11 38.9 -
YUV 80.36 178.59 137.73 -
System Red Green Blue C M Y K H S L
Decimal 94 56 170 0.45 0.67 0 0.33 260 0.5 0.44
Hex 5E 38 AA 2D 43 0 21 104 32 2C
Octal 136 70 252 55 103 0 41 404 62 54
Binary 1011110 111000 10101010 101101 1000011 0 100001 100000100 110010 101100

Color Harmonies of #5E38AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E38AA

Black with #5E38AA

Text Example


Text Example

White with #5E38AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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