Html Css Color HEX #601063 Palatinate Purple

📋 copy color: '#601063'

red 96 ◦ green 16 ◦ blue 99

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

Shades of Palatinate Purple #601063

Tints of Palatinate Purple #601063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 46.92%

R = 45.5%
G = 7.58%
B = 46.92%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#601063 (or 0x601063) is known color: Palatinate Purple. HEX triplet: 60, 10 and 63. RGB value is (96,16,99). Sum of RGB (Red+Green+Blue) = 96+16+99=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #601063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601063 is #9FEF9C. Grayscale: #313131. Windows color (decimal): -10481565 or 6492256. OLE color: 6492256.

HSL color Cylindrical-coordinate representation of color #601063: hue angle of 297.83º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #601063 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 16 99 -
CMYK 0.03 0.84 0 0.61
HSL 297.83º 0.72% 0.23% -
HSV(B) 297.83º 0.84% 0.39% -
XYZ 7.26 3.76 12.15 -
YUV 49.38 156 161.25 -
System Red Green Blue C M Y K H S L
Decimal 96 16 99 0.03 0.84 0 0.61 297.83 0.72 0.23
Hex 60 10 63 3 54 0 3D 12A 48 17
Octal 140 20 143 3 124 0 75 452 110 27
Binary 1100000 10000 1100011 11 1010100 0 111101 100101010 1001000 10111

Color Harmonies of #601063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601063

Black with #601063

Text Example


Text Example

White with #601063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601063; }

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

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

background-color css

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

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

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

border-color css

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

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

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