Html Css Color HEX #5F40AB Royal Purple

📋 copy color: '#5F40AB'

red 95 ◦ green 64 ◦ blue 171

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

Shades of Royal Purple #5F40AB

Tints of Royal Purple #5F40AB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.39%

 BLUE value IS 171 (67.19% from 255) = 51.82%

R = 28.79%
G = 19.39%
B = 51.82%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F40AB (or 0x5F40AB) is known color: Royal Purple. HEX triplet: 5F, 40 and AB. RGB value is (95,64,171). Sum of RGB (Red+Green+Blue) = 95+64+171=330 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.79% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #5F40AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F40AB is #A0BF54. Grayscale: #555555. Windows color (decimal): -10534741 or 11223135. OLE color: 11223135.

HSL color Cylindrical-coordinate representation of color #5F40AB: hue angle of 257.38º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F40AB is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 64 171 -
CMYK 0.44 0.63 0 0.33
HSL 257.38º 0.46% 0.46% -
HSV(B) 257.38º 0.63% 0.67% -
XYZ 13.9 9.04 39.54 -
YUV 85.47 176.27 134.8 -
System Red Green Blue C M Y K H S L
Decimal 95 64 171 0.44 0.63 0 0.33 257.38 0.46 0.46
Hex 5F 40 AB 2C 3F 0 21 101 2E 2E
Octal 137 100 253 54 77 0 41 401 56 56
Binary 1011111 1000000 10101011 101100 111111 0 100001 100000001 101110 101110

Color Harmonies of #5F40AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F40AB

Black with #5F40AB

Text Example


Text Example

White with #5F40AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,64,171); }

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

background-color css

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

 a { background-color: rgb(95,64,171); }

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

border-color css

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

 span { border-color: rgb(95,64,171); }

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