Html Css Color HEX #5E279D Royal Purple

📋 copy color: '#5E279D'

red 94 ◦ green 39 ◦ blue 157

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

Shades of Royal Purple #5E279D

Tints of Royal Purple #5E279D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.45%

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

R = 32.41%
G = 13.45%
B = 54.14%

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

#5E279D (or 0x5E279D) is known color: Royal Purple. HEX triplet: 5E, 27 and 9D. RGB value is (94,39,157). Sum of RGB (Red+Green+Blue) = 94+39+157=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E279D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E279D is #A1D862. Grayscale: #444444. Windows color (decimal): -10606691 or 10299230. OLE color: 10299230.

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

Color convert

RGB 94 39 157 -
CMYK 0.40 0.75 0 0.38
HSL 267.97º 0.6% 0.38% -
HSV(B) 267.97º 0.75% 0.62% -
XYZ 11.43 6.27 32.51 -
YUV 68.9 177.72 145.91 -
System Red Green Blue C M Y K H S L
Decimal 94 39 157 0.40 0.75 0 0.38 267.97 0.6 0.38
Hex 5E 27 9D 28 4B 0 26 10C 3C 26
Octal 136 47 235 50 113 0 46 414 74 46
Binary 1011110 100111 10011101 101000 1001011 0 100110 100001100 111100 100110

Color Harmonies of #5E279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E279D

Black with #5E279D

Text Example


Text Example

White with #5E279D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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