Html Css Color HEX #601750 Palatinate Purple

📋 copy color: '#601750'

red 96 ◦ green 23 ◦ blue 80

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

Shades of Palatinate Purple #601750

Tints of Palatinate Purple #601750

RGB

 RED value IS 96 (37.89% from 255) = 48.24%

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

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

R = 48.24%
G = 11.56%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#601750 (or 0x601750) is known color: Palatinate Purple. HEX triplet: 60, 17 and 50. RGB value is (96,23,80). Sum of RGB (Red+Green+Blue) = 96+23+80=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #601750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601750 is #9FE8AF. Grayscale: #333333. Windows color (decimal): -10479792 or 5248864. OLE color: 5248864.

HSL color Cylindrical-coordinate representation of color #601750: hue angle of 313.15º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #601750 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 23 80 -
CMYK 0 0.76 0.17 0.62
HSL 313.15º 0.61% 0.23% -
HSV(B) 313.15º 0.76% 0.38% -
XYZ 6.58 3.68 7.95 -
YUV 51.33 144.18 159.87 -
System Red Green Blue C M Y K H S L
Decimal 96 23 80 0 0.76 0.17 0.62 313.15 0.61 0.23
Hex 60 17 50 0 4C 11 3E 139 3D 17
Octal 140 27 120 0 114 21 76 471 75 27
Binary 1100000 10111 1010000 0 1001100 10001 111110 100111001 111101 10111

Color Harmonies of #601750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601750

Black with #601750

Text Example


Text Example

White with #601750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601750; }

 p { color: rgb(96,23,80); }

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

background-color css

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

 a { background-color: rgb(96,23,80); }

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

border-color css

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

 span { border-color: rgb(96,23,80); }

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