Html Css Color HEX #5D199F Royal Purple

📋 copy color: '#5D199F'

red 93 ◦ green 25 ◦ blue 159

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

Shades of Royal Purple #5D199F

Tints of Royal Purple #5D199F

RGB

 RED value IS 93 (36.72% from 255) = 33.57%

 GREEN value IS 25 (10.16% from 255) = 9.03%

 BLUE value IS 159 (62.5% from 255) = 57.4%

R = 33.57%
G = 9.03%
B = 57.4%

CMYK

 C value IS 0.42

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5D199F (or 0x5D199F) is known color: Royal Purple. HEX triplet: 5D, 19 and 9F. RGB value is (93,25,159). Sum of RGB (Red+Green+Blue) = 93+25+159=277 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.57% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #5D199F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D199F is #A2E660. Grayscale: #3C3C3C. Windows color (decimal): -10675809 or 10426717. OLE color: 10426717.

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

Color convert

RGB 93 25 159 -
CMYK 0.42 0.84 0 0.38
HSL 270.45º 0.73% 0.36% -
HSV(B) 270.45º 0.84% 0.62% -
XYZ 11.12 5.53 33.28 -
YUV 60.61 183.53 151.1 -
System Red Green Blue C M Y K H S L
Decimal 93 25 159 0.42 0.84 0 0.38 270.45 0.73 0.36
Hex 5D 19 9F 2A 54 0 26 10E 49 24
Octal 135 31 237 52 124 0 46 416 111 44
Binary 1011101 11001 10011111 101010 1010100 0 100110 100001110 1001001 100100

Color Harmonies of #5D199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D199F

Black with #5D199F

Text Example


Text Example

White with #5D199F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,25,159); }

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

background-color css

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

 a { background-color: rgb(93,25,159); }

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

border-color css

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

 span { border-color: rgb(93,25,159); }

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