Html Css Color HEX #5F1450 Palatinate Purple

📋 copy color: '#5F1450'

red 95 ◦ green 20 ◦ blue 80

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

Shades of Palatinate Purple #5F1450

Tints of Palatinate Purple #5F1450

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.26%

 BLUE value IS 80 (31.64% from 255) = 41.03%

R = 48.72%
G = 10.26%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.63

RGB Variations

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

Color information

#5F1450 (or 0x5F1450) is known color: Palatinate Purple. HEX triplet: 5F, 14 and 50. RGB value is (95,20,80). Sum of RGB (Red+Green+Blue) = 95+20+80=195 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.72% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1450 is #A0EBAF. Grayscale: #313131. Windows color (decimal): -10546096 or 5248095. OLE color: 5248095.

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

Color convert

RGB 95 20 80 -
CMYK 0 0.79 0.16 0.63
HSL 312º 0.65% 0.23% -
HSV(B) 312º 0.79% 0.37% -
XYZ 6.42 3.51 7.93 -
YUV 49.27 145.35 160.62 -
System Red Green Blue C M Y K H S L
Decimal 95 20 80 0 0.79 0.16 0.63 312 0.65 0.23
Hex 5F 14 50 0 4F 10 3F 138 41 17
Octal 137 24 120 0 117 20 77 470 101 27
Binary 1011111 10100 1010000 0 1001111 10000 111111 100111000 1000001 10111

Color Harmonies of #5F1450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1450

Black with #5F1450

Text Example


Text Example

White with #5F1450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,20,80); }

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

background-color css

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

 a { background-color: rgb(95,20,80); }

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

border-color css

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

 span { border-color: rgb(95,20,80); }

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