Html Css Color HEX #5D229F Royal Purple

📋 copy color: '#5D229F'

red 93 ◦ green 34 ◦ blue 159

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

Shades of Royal Purple #5D229F

Tints of Royal Purple #5D229F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.89%

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

R = 32.52%
G = 11.89%
B = 55.59%

CMYK

 C value IS 0.42

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5D229F (or 0x5D229F) is known color: Royal Purple. HEX triplet: 5D, 22 and 9F. RGB value is (93,34,159). Sum of RGB (Red+Green+Blue) = 93+34+159=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 159 (62.5% from 255 or 55.59% from 286); Max value from RGB is 159 - color contains mainly: blue. Hex color #5D229F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D229F is #A2DD60. Grayscale: #414141. Windows color (decimal): -10673505 or 10429021. OLE color: 10429021.

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

Color convert

RGB 93 34 159 -
CMYK 0.42 0.79 0 0.38
HSL 268.32º 0.65% 0.38% -
HSV(B) 268.32º 0.79% 0.62% -
XYZ 11.34 5.97 33.36 -
YUV 65.89 180.55 147.34 -
System Red Green Blue C M Y K H S L
Decimal 93 34 159 0.42 0.79 0 0.38 268.32 0.65 0.38
Hex 5D 22 9F 2A 4F 0 26 10C 41 26
Octal 135 42 237 52 117 0 46 414 101 46
Binary 1011101 100010 10011111 101010 1001111 0 100110 100001100 1000001 100110

Color Harmonies of #5D229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D229F

Black with #5D229F

Text Example


Text Example

White with #5D229F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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