Html Css Color HEX #5F3FAA Royal Purple

📋 copy color: '#5F3FAA'

red 95 ◦ green 63 ◦ blue 170

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

Shades of Royal Purple #5F3FAA

Tints of Royal Purple #5F3FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.83%

R = 28.96%
G = 19.21%
B = 51.83%

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

#5F3FAA (or 0x5F3FAA) is known color: Royal Purple. HEX triplet: 5F, 3F and AA. RGB value is (95,63,170). Sum of RGB (Red+Green+Blue) = 95+63+170=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F3FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3FAA is #A0C055. Grayscale: #545454. Windows color (decimal): -10534998 or 11157343. OLE color: 11157343.

HSL color Cylindrical-coordinate representation of color #5F3FAA: hue angle of 257.94º 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 #5F3FAA is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 63 170 -
CMYK 0.44 0.63 0 0.33
HSL 257.94º 0.46% 0.46% -
HSV(B) 257.94º 0.63% 0.67% -
XYZ 13.75 8.89 39.02 -
YUV 84.77 176.1 135.3 -
System Red Green Blue C M Y K H S L
Decimal 95 63 170 0.44 0.63 0 0.33 257.94 0.46 0.46
Hex 5F 3F AA 2C 3F 0 21 102 2E 2E
Octal 137 77 252 54 77 0 41 402 56 56
Binary 1011111 111111 10101010 101100 111111 0 100001 100000010 101110 101110

Color Harmonies of #5F3FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3FAA

Black with #5F3FAA

Text Example


Text Example

White with #5F3FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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