Html Css Color HEX #601A50 Palatinate Purple

📋 copy color: '#601A50'

red 96 ◦ green 26 ◦ blue 80

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

Shades of Palatinate Purple #601A50

Tints of Palatinate Purple #601A50

RGB

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

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

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

R = 47.52%
G = 12.87%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#601A50 (or 0x601A50) is known color: Palatinate Purple. HEX triplet: 60, 1A and 50. RGB value is (96,26,80). Sum of RGB (Red+Green+Blue) = 96+26+80=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #601A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601A50 is #9FE5AF. Grayscale: #343434. Windows color (decimal): -10479024 or 5249632. OLE color: 5249632.

HSL color Cylindrical-coordinate representation of color #601A50: hue angle of 313.71º 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 #601A50 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 26 80 -
CMYK 0 0.73 0.17 0.62
HSL 313.71º 0.57% 0.24% -
HSV(B) 313.71º 0.73% 0.38% -
XYZ 6.64 3.8 7.97 -
YUV 53.09 143.19 158.61 -
System Red Green Blue C M Y K H S L
Decimal 96 26 80 0 0.73 0.17 0.62 313.71 0.57 0.24
Hex 60 1A 50 0 49 11 3E 13A 39 18
Octal 140 32 120 0 111 21 76 472 71 30
Binary 1100000 11010 1010000 0 1001001 10001 111110 100111010 111001 11000

Color Harmonies of #601A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601A50

Black with #601A50

Text Example


Text Example

White with #601A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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