Html Css Color HEX #5E2CA2 Royal Purple

📋 copy color: '#5E2CA2'

red 94 ◦ green 44 ◦ blue 162

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

Shades of Royal Purple #5E2CA2

Tints of Royal Purple #5E2CA2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.67%

 BLUE value IS 162 (63.67% from 255) = 54%

R = 31.33%
G = 14.67%
B = 54%

CMYK

 C value IS 0.42

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5E2CA2 (or 0x5E2CA2) is known color: Royal Purple. HEX triplet: 5E, 2C and A2. RGB value is (94,44,162). Sum of RGB (Red+Green+Blue) = 94+44+162=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 162 (63.67% from 255 or 54% from 300); Max value from RGB is 162 - color contains mainly: blue. Hex color #5E2CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2CA2 is #A1D35D. Grayscale: #474747. Windows color (decimal): -10605406 or 10628190. OLE color: 10628190.

HSL color Cylindrical-coordinate representation of color #5E2CA2: hue angle of 265.42º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E2CA2 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 94 44 162 -
CMYK 0.42 0.73 0 0.36
HSL 265.42º 0.57% 0.4% -
HSV(B) 265.42º 0.73% 0.64% -
XYZ 12.04 6.79 34.86 -
YUV 72.4 178.57 143.41 -
System Red Green Blue C M Y K H S L
Decimal 94 44 162 0.42 0.73 0 0.36 265.42 0.57 0.4
Hex 5E 2C A2 2A 49 0 24 109 39 28
Octal 136 54 242 52 111 0 44 411 71 50
Binary 1011110 101100 10100010 101010 1001001 0 100100 100001001 111001 101000

Color Harmonies of #5E2CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2CA2

Black with #5E2CA2

Text Example


Text Example

White with #5E2CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,44,162); }

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

background-color css

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

 a { background-color: rgb(94,44,162); }

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

border-color css

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

 span { border-color: rgb(94,44,162); }

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