Html Css Color HEX #5F3FAD Royal Purple

📋 copy color: '#5F3FAD'

red 95 ◦ green 63 ◦ blue 173

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

Shades of Royal Purple #5F3FAD

Tints of Royal Purple #5F3FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 19.03%

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

R = 28.7%
G = 19.03%
B = 52.27%

CMYK

 C value IS 0.45

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5F3FAD (or 0x5F3FAD) is known color: Royal Purple. HEX triplet: 5F, 3F and AD. RGB value is (95,63,173). Sum of RGB (Red+Green+Blue) = 95+63+173=331 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.70% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F3FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3FAD is #A0C052. Grayscale: #545454. Windows color (decimal): -10534995 or 11353951. OLE color: 11353951.

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

Color convert

RGB 95 63 173 -
CMYK 0.45 0.64 0 0.32
HSL 257.45º 0.47% 0.46% -
HSV(B) 257.45º 0.64% 0.68% -
XYZ 14.04 9.01 40.53 -
YUV 85.11 177.6 135.06 -
System Red Green Blue C M Y K H S L
Decimal 95 63 173 0.45 0.64 0 0.32 257.45 0.47 0.46
Hex 5F 3F AD 2D 40 0 20 101 2F 2E
Octal 137 77 255 55 100 0 40 401 57 56
Binary 1011111 111111 10101101 101101 1000000 0 100000 100000001 101111 101110

Color Harmonies of #5F3FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3FAD

Black with #5F3FAD

Text Example


Text Example

White with #5F3FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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