Html Css Color HEX #601A53 Palatinate Purple

📋 copy color: '#601A53'

red 96 ◦ green 26 ◦ blue 83

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

Shades of Palatinate Purple #601A53

Tints of Palatinate Purple #601A53

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.68%

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

R = 46.83%
G = 12.68%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#601A53 (or 0x601A53) is known color: Palatinate Purple. HEX triplet: 60, 1A and 53. RGB value is (96,26,83). Sum of RGB (Red+Green+Blue) = 96+26+83=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #601A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601A53 is #9FE5AC. Grayscale: #353535. Windows color (decimal): -10479021 or 5446240. OLE color: 5446240.

HSL color Cylindrical-coordinate representation of color #601A53: hue angle of 311.14º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #601A53 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 26 83 -
CMYK 0 0.73 0.14 0.62
HSL 311.14º 0.57% 0.24% -
HSV(B) 311.14º 0.73% 0.38% -
XYZ 6.75 3.85 8.57 -
YUV 53.43 144.69 158.37 -
System Red Green Blue C M Y K H S L
Decimal 96 26 83 0 0.73 0.14 0.62 311.14 0.57 0.24
Hex 60 1A 53 0 49 E 3E 137 39 18
Octal 140 32 123 0 111 16 76 467 71 30
Binary 1100000 11010 1010011 0 1001001 1110 111110 100110111 111001 11000

Color Harmonies of #601A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601A53

Black with #601A53

Text Example


Text Example

White with #601A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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