Html Css Color HEX #601550 Palatinate Purple

📋 copy color: '#601550'

red 96 ◦ green 21 ◦ blue 80

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

Shades of Palatinate Purple #601550

Tints of Palatinate Purple #601550

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.66%

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

R = 48.73%
G = 10.66%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#601550 (or 0x601550) is known color: Palatinate Purple. HEX triplet: 60, 15 and 50. RGB value is (96,21,80). Sum of RGB (Red+Green+Blue) = 96+21+80=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #601550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601550 is #9FEAAF. Grayscale: #313131. Windows color (decimal): -10480304 or 5248352. OLE color: 5248352.

HSL color Cylindrical-coordinate representation of color #601550: hue angle of 312.8º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #601550 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 21 80 -
CMYK 0 0.78 0.17 0.62
HSL 312.8º 0.64% 0.23% -
HSV(B) 312.8º 0.78% 0.38% -
XYZ 6.54 3.6 7.94 -
YUV 50.15 144.85 160.7 -
System Red Green Blue C M Y K H S L
Decimal 96 21 80 0 0.78 0.17 0.62 312.8 0.64 0.23
Hex 60 15 50 0 4E 11 3E 139 40 17
Octal 140 25 120 0 116 21 76 471 100 27
Binary 1100000 10101 1010000 0 1001110 10001 111110 100111001 1000000 10111

Color Harmonies of #601550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601550

Black with #601550

Text Example


Text Example

White with #601550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601550; }

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

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

background-color css

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

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

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

border-color css

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

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

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