Html Css Color HEX #601050 Palatinate Purple

📋 copy color: '#601050'

red 96 ◦ green 16 ◦ blue 80

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

Shades of Palatinate Purple #601050

Tints of Palatinate Purple #601050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 41.67%

R = 50%
G = 8.33%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#601050 (or 0x601050) is known color: Palatinate Purple. HEX triplet: 60, 10 and 50. RGB value is (96,16,80). Sum of RGB (Red+Green+Blue) = 96+16+80=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #601050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601050 is #9FEFAF. Grayscale: #2F2F2F. Windows color (decimal): -10481584 or 5247072. OLE color: 5247072.

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

Color convert

RGB 96 16 80 -
CMYK 0 0.83 0.17 0.62
HSL 312º 0.71% 0.22% -
HSV(B) 312º 0.83% 0.38% -
XYZ 6.46 3.44 7.91 -
YUV 47.22 146.5 162.8 -
System Red Green Blue C M Y K H S L
Decimal 96 16 80 0 0.83 0.17 0.62 312 0.71 0.22
Hex 60 10 50 0 53 11 3E 138 47 16
Octal 140 20 120 0 123 21 76 470 107 26
Binary 1100000 10000 1010000 0 1010011 10001 111110 100111000 1000111 10110

Color Harmonies of #601050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601050

Black with #601050

Text Example


Text Example

White with #601050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601050; }

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

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

background-color css

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

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

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

border-color css

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

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

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