Html Css Color HEX #5F135D Palatinate Purple

📋 copy color: '#5F135D'

red 95 ◦ green 19 ◦ blue 93

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

Shades of Palatinate Purple #5F135D

Tints of Palatinate Purple #5F135D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.18%

 BLUE value IS 93 (36.72% from 255) = 44.93%

R = 45.89%
G = 9.18%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.63

RGB Variations

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

Color information

#5F135D (or 0x5F135D) is known color: Palatinate Purple. HEX triplet: 5F, 13 and 5D. RGB value is (95,19,93). Sum of RGB (Red+Green+Blue) = 95+19+93=207 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.89% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 95 - color contains mainly: red. Hex color #5F135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F135D is #A0ECA2. Grayscale: #313131. Windows color (decimal): -10546339 or 6099807. OLE color: 6099807.

HSL color Cylindrical-coordinate representation of color #5F135D: hue angle of 301.58º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F135D is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 19 93 -
CMYK 0 0.80 0.02 0.63
HSL 301.58º 0.67% 0.22% -
HSV(B) 301.58º 0.8% 0.37% -
XYZ 6.93 3.69 10.7 -
YUV 50.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 95 19 93 0 0.80 0.02 0.63 301.58 0.67 0.22
Hex 5F 13 5D 0 50 2 3F 12E 43 16
Octal 137 23 135 0 120 2 77 456 103 26
Binary 1011111 10011 1011101 0 1010000 10 111111 100101110 1000011 10110

Color Harmonies of #5F135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F135D

Black with #5F135D

Text Example


Text Example

White with #5F135D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,19,93); }

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

background-color css

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

 a { background-color: rgb(95,19,93); }

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

border-color css

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

 span { border-color: rgb(95,19,93); }

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