Html Css Color HEX #5F359D Royal Purple

📋 copy color: '#5F359D'

red 95 ◦ green 53 ◦ blue 157

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

Shades of Royal Purple #5F359D

Tints of Royal Purple #5F359D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 51.48%

R = 31.15%
G = 17.38%
B = 51.48%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5F359D (or 0x5F359D) is known color: Royal Purple. HEX triplet: 5F, 35 and 9D. RGB value is (95,53,157). Sum of RGB (Red+Green+Blue) = 95+53+157=305 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.15% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F359D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F359D is #A0CA62. Grayscale: #4D4D4D. Windows color (decimal): -10537571 or 10302815. OLE color: 10302815.

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

Color convert

RGB 95 53 157 -
CMYK 0.39 0.66 0 0.38
HSL 264.23º 0.5% 0.41% -
HSV(B) 264.23º 0.66% 0.62% -
XYZ 12.08 7.41 32.69 -
YUV 77.41 172.91 140.54 -
System Red Green Blue C M Y K H S L
Decimal 95 53 157 0.39 0.66 0 0.38 264.23 0.5 0.41
Hex 5F 35 9D 27 42 0 26 108 32 29
Octal 137 65 235 47 102 0 46 410 62 51
Binary 1011111 110101 10011101 100111 1000010 0 100110 100001000 110010 101001

Color Harmonies of #5F359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F359D

Black with #5F359D

Text Example


Text Example

White with #5F359D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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