Html Css Color HEX #601751 Palatinate Purple

📋 copy color: '#601751'

red 96 ◦ green 23 ◦ blue 81

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

Shades of Palatinate Purple #601751

Tints of Palatinate Purple #601751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 40.5%

R = 48%
G = 11.5%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#601751 (or 0x601751) is known color: Palatinate Purple. HEX triplet: 60, 17 and 51. RGB value is (96,23,81). Sum of RGB (Red+Green+Blue) = 96+23+81=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #601751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601751 is #9FE8AE. Grayscale: #333333. Windows color (decimal): -10479791 or 5314400. OLE color: 5314400.

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

Color convert

RGB 96 23 81 -
CMYK 0 0.76 0.16 0.62
HSL 312.33º 0.61% 0.23% -
HSV(B) 312.33º 0.76% 0.38% -
XYZ 6.62 3.69 8.15 -
YUV 51.44 144.68 159.78 -
System Red Green Blue C M Y K H S L
Decimal 96 23 81 0 0.76 0.16 0.62 312.33 0.61 0.23
Hex 60 17 51 0 4C 10 3E 138 3D 17
Octal 140 27 121 0 114 20 76 470 75 27
Binary 1100000 10111 1010001 0 1001100 10000 111110 100111000 111101 10111

Color Harmonies of #601751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601751

Black with #601751

Text Example


Text Example

White with #601751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601751; }

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

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

background-color css

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

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

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

border-color css

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

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

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