Html Css Color HEX #5E289D Royal Purple

📋 copy color: '#5E289D'

red 94 ◦ green 40 ◦ blue 157

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

Shades of Royal Purple #5E289D

Tints of Royal Purple #5E289D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.75%

 BLUE value IS 157 (61.72% from 255) = 53.95%

R = 32.3%
G = 13.75%
B = 53.95%

CMYK

 C value IS 0.40

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5E289D (or 0x5E289D) is known color: Royal Purple. HEX triplet: 5E, 28 and 9D. RGB value is (94,40,157). Sum of RGB (Red+Green+Blue) = 94+40+157=291 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.30% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E289D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E289D is #A1D762. Grayscale: #454545. Windows color (decimal): -10606435 or 10299486. OLE color: 10299486.

HSL color Cylindrical-coordinate representation of color #5E289D: hue angle of 267.69º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E289D is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 94 40 157 -
CMYK 0.40 0.75 0 0.38
HSL 267.69º 0.59% 0.39% -
HSV(B) 267.69º 0.75% 0.62% -
XYZ 11.46 6.33 32.52 -
YUV 69.48 177.39 145.49 -
System Red Green Blue C M Y K H S L
Decimal 94 40 157 0.40 0.75 0 0.38 267.69 0.59 0.39
Hex 5E 28 9D 28 4B 0 26 10C 3B 27
Octal 136 50 235 50 113 0 46 414 73 47
Binary 1011110 101000 10011101 101000 1001011 0 100110 100001100 111011 100111

Color Harmonies of #5E289D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E289D

Black with #5E289D

Text Example


Text Example

White with #5E289D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,40,157); }

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

background-color css

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

 a { background-color: rgb(94,40,157); }

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

border-color css

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

 span { border-color: rgb(94,40,157); }

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