Html Css Color HEX #601361 Palatinate Purple

📋 copy color: '#601361'

red 96 ◦ green 19 ◦ blue 97

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

Shades of Palatinate Purple #601361

Tints of Palatinate Purple #601361

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.96%

 BLUE value IS 97 (38.28% from 255) = 45.75%

R = 45.28%
G = 8.96%
B = 45.75%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#601361 (or 0x601361) is known color: Palatinate Purple. HEX triplet: 60, 13 and 61. RGB value is (96,19,97). Sum of RGB (Red+Green+Blue) = 96+19+97=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #601361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601361 is #9FEC9E. Grayscale: #323232. Windows color (decimal): -10480799 or 6361952. OLE color: 6361952.

HSL color Cylindrical-coordinate representation of color #601361: hue angle of 299.23º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601361 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 19 97 -
CMYK 0.01 0.80 0 0.62
HSL 299.23º 0.67% 0.23% -
HSV(B) 299.23º 0.8% 0.38% -
XYZ 7.21 3.82 11.67 -
YUV 50.92 154.01 160.16 -
System Red Green Blue C M Y K H S L
Decimal 96 19 97 0.01 0.80 0 0.62 299.23 0.67 0.23
Hex 60 13 61 1 50 0 3E 12B 43 17
Octal 140 23 141 1 120 0 76 453 103 27
Binary 1100000 10011 1100001 1 1010000 0 111110 100101011 1000011 10111

Color Harmonies of #601361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601361

Black with #601361

Text Example


Text Example

White with #601361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601361; }

 p { color: rgb(96,19,97); }

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

background-color css

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

 a { background-color: rgb(96,19,97); }

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

border-color css

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

 span { border-color: rgb(96,19,97); }

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