Html Css Color HEX #601753 Palatinate Purple

📋 copy color: '#601753'

red 96 ◦ green 23 ◦ blue 83

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

Shades of Palatinate Purple #601753

Tints of Palatinate Purple #601753

RGB

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

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

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

R = 47.52%
G = 11.39%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#601753 (or 0x601753) is known color: Palatinate Purple. HEX triplet: 60, 17 and 53. RGB value is (96,23,83). Sum of RGB (Red+Green+Blue) = 96+23+83=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #601753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601753 is #9FE8AC. Grayscale: #333333. Windows color (decimal): -10479789 or 5445472. OLE color: 5445472.

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

Color convert

RGB 96 23 83 -
CMYK 0 0.76 0.14 0.62
HSL 310.68º 0.61% 0.23% -
HSV(B) 310.68º 0.76% 0.38% -
XYZ 6.69 3.72 8.55 -
YUV 51.67 145.68 159.62 -
System Red Green Blue C M Y K H S L
Decimal 96 23 83 0 0.76 0.14 0.62 310.68 0.61 0.23
Hex 60 17 53 0 4C E 3E 137 3D 17
Octal 140 27 123 0 114 16 76 467 75 27
Binary 1100000 10111 1010011 0 1001100 1110 111110 100110111 111101 10111

Color Harmonies of #601753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601753

Black with #601753

Text Example


Text Example

White with #601753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601753; }

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

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

background-color css

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

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

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

border-color css

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

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

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