Html Css Color HEX #601154 Palatinate Purple

📋 copy color: '#601154'

red 96 ◦ green 17 ◦ blue 84

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

Shades of Palatinate Purple #601154

Tints of Palatinate Purple #601154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 42.64%

R = 48.73%
G = 8.63%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#601154 (or 0x601154) is known color: Palatinate Purple. HEX triplet: 60, 11 and 54. RGB value is (96,17,84). Sum of RGB (Red+Green+Blue) = 96+17+84=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #601154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601154 is #9FEEAB. Grayscale: #303030. Windows color (decimal): -10481324 or 5509472. OLE color: 5509472.

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

Color convert

RGB 96 17 84 -
CMYK 0 0.82 0.12 0.62
HSL 309.11º 0.7% 0.22% -
HSV(B) 309.11º 0.82% 0.38% -
XYZ 6.62 3.53 8.72 -
YUV 48.26 148.17 162.05 -
System Red Green Blue C M Y K H S L
Decimal 96 17 84 0 0.82 0.12 0.62 309.11 0.7 0.22
Hex 60 11 54 0 52 C 3E 135 46 16
Octal 140 21 124 0 122 14 76 465 106 26
Binary 1100000 10001 1010100 0 1010010 1100 111110 100110101 1000110 10110

Color Harmonies of #601154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601154

Black with #601154

Text Example


Text Example

White with #601154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601154; }

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

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

background-color css

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

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

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

border-color css

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

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

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