Html Css Color HEX #601059 Palatinate Purple

📋 copy color: '#601059'

red 96 ◦ green 16 ◦ blue 89

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

Shades of Palatinate Purple #601059

Tints of Palatinate Purple #601059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.96%

 BLUE value IS 89 (35.16% from 255) = 44.28%

R = 47.76%
G = 7.96%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#601059 (or 0x601059) is known color: Palatinate Purple. HEX triplet: 60, 10 and 59. RGB value is (96,16,89). Sum of RGB (Red+Green+Blue) = 96+16+89=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #601059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601059 is #9FEFA6. Grayscale: #303030. Windows color (decimal): -10481575 or 5836896. OLE color: 5836896.

HSL color Cylindrical-coordinate representation of color #601059: hue angle of 305.25º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #601059 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 16 89 -
CMYK 0 0.83 0.07 0.62
HSL 305.25º 0.71% 0.22% -
HSV(B) 305.25º 0.83% 0.38% -
XYZ 6.81 3.58 9.78 -
YUV 48.24 151 162.06 -
System Red Green Blue C M Y K H S L
Decimal 96 16 89 0 0.83 0.07 0.62 305.25 0.71 0.22
Hex 60 10 59 0 53 7 3E 131 47 16
Octal 140 20 131 0 123 7 76 461 107 26
Binary 1100000 10000 1011001 0 1010011 111 111110 100110001 1000111 10110

Color Harmonies of #601059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601059

Black with #601059

Text Example


Text Example

White with #601059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601059; }

 p { color: rgb(96,16,89); }

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

background-color css

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

 a { background-color: rgb(96,16,89); }

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

border-color css

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

 span { border-color: rgb(96,16,89); }

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