Html Css Color HEX #5F41AD Royal Purple

📋 copy color: '#5F41AD'

red 95 ◦ green 65 ◦ blue 173

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

Shades of Royal Purple #5F41AD

Tints of Royal Purple #5F41AD

RGB

 RED value IS 95 (37.5% from 255) = 28.53%

 GREEN value IS 65 (25.78% from 255) = 19.52%

 BLUE value IS 173 (67.97% from 255) = 51.95%

R = 28.53%
G = 19.52%
B = 51.95%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5F41AD (or 0x5F41AD) is known color: Royal Purple. HEX triplet: 5F, 41 and AD. RGB value is (95,65,173). Sum of RGB (Red+Green+Blue) = 95+65+173=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F41AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F41AD is #A0BE52. Grayscale: #555555. Windows color (decimal): -10534483 or 11354463. OLE color: 11354463.

HSL color Cylindrical-coordinate representation of color #5F41AD: hue angle of 256.67º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F41AD is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 95 65 173 -
CMYK 0.45 0.62 0 0.32
HSL 256.67º 0.45% 0.47% -
HSV(B) 256.67º 0.62% 0.68% -
XYZ 14.15 9.23 40.57 -
YUV 86.28 176.94 134.22 -
System Red Green Blue C M Y K H S L
Decimal 95 65 173 0.45 0.62 0 0.32 256.67 0.45 0.47
Hex 5F 41 AD 2D 3E 0 20 101 2D 2F
Octal 137 101 255 55 76 0 40 401 55 57
Binary 1011111 1000001 10101101 101101 111110 0 100000 100000001 101101 101111

Color Harmonies of #5F41AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F41AD

Black with #5F41AD

Text Example


Text Example

White with #5F41AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,65,173); }

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

background-color css

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

 a { background-color: rgb(95,65,173); }

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

border-color css

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

 span { border-color: rgb(95,65,173); }

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