Html Css Color HEX #601957 Palatinate Purple

📋 copy color: '#601957'

red 96 ◦ green 25 ◦ blue 87

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

Shades of Palatinate Purple #601957

Tints of Palatinate Purple #601957

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.02%

 BLUE value IS 87 (34.38% from 255) = 41.83%

R = 46.15%
G = 12.02%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#601957 (or 0x601957) is known color: Palatinate Purple. HEX triplet: 60, 19 and 57. RGB value is (96,25,87). Sum of RGB (Red+Green+Blue) = 96+25+87=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 87 (34.38% from 255 or 41.83% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #601957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601957 is #9FE6A8. Grayscale: #353535. Windows color (decimal): -10479273 or 5708128. OLE color: 5708128.

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

Color convert

RGB 96 25 87 -
CMYK 0 0.74 0.09 0.62
HSL 307.61º 0.59% 0.24% -
HSV(B) 307.61º 0.74% 0.38% -
XYZ 6.89 3.87 9.4 -
YUV 53.3 147.02 158.46 -
System Red Green Blue C M Y K H S L
Decimal 96 25 87 0 0.74 0.09 0.62 307.61 0.59 0.24
Hex 60 19 57 0 4A 9 3E 134 3B 18
Octal 140 31 127 0 112 11 76 464 73 30
Binary 1100000 11001 1010111 0 1001010 1001 111110 100110100 111011 11000

Color Harmonies of #601957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601957

Black with #601957

Text Example


Text Example

White with #601957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601957; }

 p { color: rgb(96,25,87); }

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

background-color css

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

 a { background-color: rgb(96,25,87); }

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

border-color css

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

 span { border-color: rgb(96,25,87); }

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