Html Css Color HEX #601151 Palatinate Purple

📋 copy color: '#601151'

red 96 ◦ green 17 ◦ blue 81

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

Shades of Palatinate Purple #601151

Tints of Palatinate Purple #601151

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.76%

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

R = 49.48%
G = 8.76%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#601151 (or 0x601151) is known color: Palatinate Purple. HEX triplet: 60, 11 and 51. RGB value is (96,17,81). Sum of RGB (Red+Green+Blue) = 96+17+81=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #601151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601151 is #9FEEAE. Grayscale: #2F2F2F. Windows color (decimal): -10481327 or 5312864. OLE color: 5312864.

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

Color convert

RGB 96 17 81 -
CMYK 0 0.82 0.16 0.62
HSL 311.39º 0.7% 0.22% -
HSV(B) 311.39º 0.82% 0.38% -
XYZ 6.51 3.48 8.11 -
YUV 47.92 146.67 162.3 -
System Red Green Blue C M Y K H S L
Decimal 96 17 81 0 0.82 0.16 0.62 311.39 0.7 0.22
Hex 60 11 51 0 52 10 3E 137 46 16
Octal 140 21 121 0 122 20 76 467 106 26
Binary 1100000 10001 1010001 0 1010010 10000 111110 100110111 1000110 10110

Color Harmonies of #601151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601151

Black with #601151

Text Example


Text Example

White with #601151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601151; }

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

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

background-color css

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

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

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

border-color css

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

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

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