Html Css Color HEX #5F41AC Royal Purple

📋 copy color: '#5F41AC'

red 95 ◦ green 65 ◦ blue 172

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

Shades of Royal Purple #5F41AC

Tints of Royal Purple #5F41AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.81%

R = 28.61%
G = 19.58%
B = 51.81%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F41AC (or 0x5F41AC) is known color: Royal Purple. HEX triplet: 5F, 41 and AC. RGB value is (95,65,172). Sum of RGB (Red+Green+Blue) = 95+65+172=332 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.61% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F41AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F41AC is #A0BE53. Grayscale: #555555. Windows color (decimal): -10534484 or 11288927. OLE color: 11288927.

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

Color convert

RGB 95 65 172 -
CMYK 0.45 0.62 0 0.33
HSL 256.82º 0.45% 0.46% -
HSV(B) 256.82º 0.62% 0.67% -
XYZ 14.06 9.19 40.06 -
YUV 86.17 176.44 134.3 -
System Red Green Blue C M Y K H S L
Decimal 95 65 172 0.45 0.62 0 0.33 256.82 0.45 0.46
Hex 5F 41 AC 2D 3E 0 21 101 2D 2E
Octal 137 101 254 55 76 0 41 401 55 56
Binary 1011111 1000001 10101100 101101 111110 0 100001 100000001 101101 101110

Color Harmonies of #5F41AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F41AC

Black with #5F41AC

Text Example


Text Example

White with #5F41AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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