Html Css Color HEX #601755 Palatinate Purple

📋 copy color: '#601755'

red 96 ◦ green 23 ◦ blue 85

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

Shades of Palatinate Purple #601755

Tints of Palatinate Purple #601755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 41.67%

R = 47.06%
G = 11.27%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#601755 (or 0x601755) is known color: Palatinate Purple. HEX triplet: 60, 17 and 55. RGB value is (96,23,85). Sum of RGB (Red+Green+Blue) = 96+23+85=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #601755 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601755 is #9FE8AA. Grayscale: #333333. Windows color (decimal): -10479787 or 5576544. OLE color: 5576544.

HSL color Cylindrical-coordinate representation of color #601755: hue angle of 309.04º 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 #601755 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 23 85 -
CMYK 0 0.76 0.11 0.62
HSL 309.04º 0.61% 0.23% -
HSV(B) 309.04º 0.76% 0.38% -
XYZ 6.77 3.76 8.96 -
YUV 51.9 146.68 159.46 -
System Red Green Blue C M Y K H S L
Decimal 96 23 85 0 0.76 0.11 0.62 309.04 0.61 0.23
Hex 60 17 55 0 4C B 3E 135 3D 17
Octal 140 27 125 0 114 13 76 465 75 27
Binary 1100000 10111 1010101 0 1001100 1011 111110 100110101 111101 10111

Color Harmonies of #601755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601755

Black with #601755

Text Example


Text Example

White with #601755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601755; }

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

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

background-color css

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

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

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

border-color css

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

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

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