Html Css Color HEX #5D2BA2 Royal Purple

📋 copy color: '#5D2BA2'

red 93 ◦ green 43 ◦ blue 162

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

Shades of Royal Purple #5D2BA2

Tints of Royal Purple #5D2BA2

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.43%

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

R = 31.21%
G = 14.43%
B = 54.36%

CMYK

 C value IS 0.43

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5D2BA2 (or 0x5D2BA2) is known color: Royal Purple. HEX triplet: 5D, 2B and A2. RGB value is (93,43,162). Sum of RGB (Red+Green+Blue) = 93+43+162=298 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.21% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 162 (63.67% from 255 or 54.36% from 298); Max value from RGB is 162 - color contains mainly: blue. Hex color #5D2BA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2BA2 is #A2D45D. Grayscale: #474747. Windows color (decimal): -10671198 or 10627933. OLE color: 10627933.

HSL color Cylindrical-coordinate representation of color #5D2BA2: hue angle of 265.21º degrees, saturation: 0.58, 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 #5D2BA2 is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 93 43 162 -
CMYK 0.43 0.73 0 0.36
HSL 265.21º 0.58% 0.4% -
HSV(B) 265.21º 0.73% 0.64% -
XYZ 11.9 6.66 34.84 -
YUV 71.52 179.07 143.32 -
System Red Green Blue C M Y K H S L
Decimal 93 43 162 0.43 0.73 0 0.36 265.21 0.58 0.4
Hex 5D 2B A2 2B 49 0 24 109 3A 28
Octal 135 53 242 53 111 0 44 411 72 50
Binary 1011101 101011 10100010 101011 1001001 0 100100 100001001 111010 101000

Color Harmonies of #5D2BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2BA2

Black with #5D2BA2

Text Example


Text Example

White with #5D2BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,43,162); }

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

background-color css

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

 a { background-color: rgb(93,43,162); }

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

border-color css

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

 span { border-color: rgb(93,43,162); }

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