Html Css Color HEX #601150 Palatinate Purple

📋 copy color: '#601150'

red 96 ◦ green 17 ◦ blue 80

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

Shades of Palatinate Purple #601150

Tints of Palatinate Purple #601150

RGB

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

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

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

R = 49.74%
G = 8.81%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#601150 (or 0x601150) is known color: Palatinate Purple. HEX triplet: 60, 11 and 50. RGB value is (96,17,80). Sum of RGB (Red+Green+Blue) = 96+17+80=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #601150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601150 is #9FEEAF. Grayscale: #2F2F2F. Windows color (decimal): -10481328 or 5247328. OLE color: 5247328.

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

Color convert

RGB 96 17 80 -
CMYK 0 0.82 0.17 0.62
HSL 312.15º 0.7% 0.22% -
HSV(B) 312.15º 0.82% 0.38% -
XYZ 6.47 3.47 7.92 -
YUV 47.8 146.17 162.38 -
System Red Green Blue C M Y K H S L
Decimal 96 17 80 0 0.82 0.17 0.62 312.15 0.7 0.22
Hex 60 11 50 0 52 11 3E 138 46 16
Octal 140 21 120 0 122 21 76 470 106 26
Binary 1100000 10001 1010000 0 1010010 10001 111110 100111000 1000110 10110

Color Harmonies of #601150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601150

Black with #601150

Text Example


Text Example

White with #601150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601150; }

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

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

background-color css

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

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

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

border-color css

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

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

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