Html Css Color HEX #5F1753 Palatinate Purple

📋 copy color: '#5F1753'

red 95 ◦ green 23 ◦ blue 83

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

Shades of Palatinate Purple #5F1753

Tints of Palatinate Purple #5F1753

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.44%

 BLUE value IS 83 (32.81% from 255) = 41.29%

R = 47.26%
G = 11.44%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.63

RGB Variations

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

Color information

#5F1753 (or 0x5F1753) is known color: Palatinate Purple. HEX triplet: 5F, 17 and 53. RGB value is (95,23,83). Sum of RGB (Red+Green+Blue) = 95+23+83=201 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.26% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1753 is #A0E8AC. Grayscale: #333333. Windows color (decimal): -10545325 or 5445471. OLE color: 5445471.

HSL color Cylindrical-coordinate representation of color #5F1753: hue angle of 310º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5F1753 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 23 83 -
CMYK 0 0.76 0.13 0.63
HSL 310º 0.61% 0.23% -
HSV(B) 310º 0.76% 0.37% -
XYZ 6.59 3.67 8.54 -
YUV 51.37 145.85 159.12 -
System Red Green Blue C M Y K H S L
Decimal 95 23 83 0 0.76 0.13 0.63 310 0.61 0.23
Hex 5F 17 53 0 4C D 3F 136 3D 17
Octal 137 27 123 0 114 15 77 466 75 27
Binary 1011111 10111 1010011 0 1001100 1101 111111 100110110 111101 10111

Color Harmonies of #5F1753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1753

Black with #5F1753

Text Example


Text Example

White with #5F1753

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,23,83); }

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

background-color css

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

 a { background-color: rgb(95,23,83); }

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

border-color css

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

 span { border-color: rgb(95,23,83); }

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