Html Css Color HEX #5F359F Royal Purple

📋 copy color: '#5F359F'

red 95 ◦ green 53 ◦ blue 159

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

Shades of Royal Purple #5F359F

Tints of Royal Purple #5F359F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.26%

 BLUE value IS 159 (62.5% from 255) = 51.79%

R = 30.94%
G = 17.26%
B = 51.79%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5F359F (or 0x5F359F) is known color: Royal Purple. HEX triplet: 5F, 35 and 9F. RGB value is (95,53,159). Sum of RGB (Red+Green+Blue) = 95+53+159=307 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.94% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F359F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F359F is #A0CA60. Grayscale: #4D4D4D. Windows color (decimal): -10537569 or 10433887. OLE color: 10433887.

HSL color Cylindrical-coordinate representation of color #5F359F: hue angle of 263.77º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F359F is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 95 53 159 -
CMYK 0.40 0.67 0 0.38
HSL 263.77º 0.5% 0.42% -
HSV(B) 263.77º 0.67% 0.62% -
XYZ 12.25 7.48 33.6 -
YUV 77.64 173.91 140.38 -
System Red Green Blue C M Y K H S L
Decimal 95 53 159 0.40 0.67 0 0.38 263.77 0.5 0.42
Hex 5F 35 9F 28 43 0 26 108 32 2A
Octal 137 65 237 50 103 0 46 410 62 52
Binary 1011111 110101 10011111 101000 1000011 0 100110 100001000 110010 101010

Color Harmonies of #5F359F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F359F

Black with #5F359F

Text Example


Text Example

White with #5F359F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,53,159); }

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

background-color css

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

 a { background-color: rgb(95,53,159); }

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

border-color css

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

 span { border-color: rgb(95,53,159); }

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