Html Css Color HEX #5F45AC Royal Purple

📋 copy color: '#5F45AC'

red 95 ◦ green 69 ◦ blue 172

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

Shades of Royal Purple #5F45AC

Tints of Royal Purple #5F45AC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.54%

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

R = 28.27%
G = 20.54%
B = 51.19%

CMYK

 C value IS 0.45

 M value IS 0.60

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F45AC (or 0x5F45AC) is known color: Royal Purple. HEX triplet: 5F, 45 and AC. RGB value is (95,69,172). Sum of RGB (Red+Green+Blue) = 95+69+172=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F45AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F45AC is #A0BA53. Grayscale: #585858. Windows color (decimal): -10533460 or 11289951. OLE color: 11289951.

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

Color convert

RGB 95 69 172 -
CMYK 0.45 0.60 0 0.33
HSL 255.15º 0.43% 0.47% -
HSV(B) 255.15º 0.6% 0.67% -
XYZ 14.29 9.67 40.14 -
YUV 88.52 175.11 132.62 -
System Red Green Blue C M Y K H S L
Decimal 95 69 172 0.45 0.60 0 0.33 255.15 0.43 0.47
Hex 5F 45 AC 2D 3C 0 21 FF 2B 2F
Octal 137 105 254 55 74 0 41 377 53 57
Binary 1011111 1000101 10101100 101101 111100 0 100001 11111111 101011 101111

Color Harmonies of #5F45AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F45AC

Black with #5F45AC

Text Example


Text Example

White with #5F45AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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