Html Css Color HEX #601761 Palatinate Purple

📋 copy color: '#601761'

red 96 ◦ green 23 ◦ blue 97

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

Shades of Palatinate Purple #601761

Tints of Palatinate Purple #601761

RGB

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

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

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

R = 44.44%
G = 10.65%
B = 44.91%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#601761 (or 0x601761) is known color: Palatinate Purple. HEX triplet: 60, 17 and 61. RGB value is (96,23,97). Sum of RGB (Red+Green+Blue) = 96+23+97=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #601761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601761 is #9FE89E. Grayscale: #353535. Windows color (decimal): -10479775 or 6362976. OLE color: 6362976.

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

Color convert

RGB 96 23 97 -
CMYK 0.01 0.76 0 0.62
HSL 299.19º 0.62% 0.24% -
HSV(B) 299.19º 0.76% 0.38% -
XYZ 7.29 3.96 11.69 -
YUV 53.26 152.68 158.48 -
System Red Green Blue C M Y K H S L
Decimal 96 23 97 0.01 0.76 0 0.62 299.19 0.62 0.24
Hex 60 17 61 1 4C 0 3E 12B 3E 18
Octal 140 27 141 1 114 0 76 453 76 30
Binary 1100000 10111 1100001 1 1001100 0 111110 100101011 111110 11000

Color Harmonies of #601761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601761

Black with #601761

Text Example


Text Example

White with #601761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601761; }

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

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

background-color css

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

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

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

border-color css

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

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

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