Html Css Color HEX #601463 Palatinate Purple

📋 copy color: '#601463'

red 96 ◦ green 20 ◦ blue 99

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

Shades of Palatinate Purple #601463

Tints of Palatinate Purple #601463

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.3%

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

R = 44.65%
G = 9.3%
B = 46.05%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#601463 (or 0x601463) is known color: Palatinate Purple. HEX triplet: 60, 14 and 63. RGB value is (96,20,99). Sum of RGB (Red+Green+Blue) = 96+20+99=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #601463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601463 is #9FEB9C. Grayscale: #333333. Windows color (decimal): -10480541 or 6493280. OLE color: 6493280.

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

Color convert

RGB 96 20 99 -
CMYK 0.03 0.80 0 0.61
HSL 297.72º 0.66% 0.23% -
HSV(B) 297.72º 0.8% 0.39% -
XYZ 7.33 3.89 12.17 -
YUV 51.73 154.68 159.58 -
System Red Green Blue C M Y K H S L
Decimal 96 20 99 0.03 0.80 0 0.61 297.72 0.66 0.23
Hex 60 14 63 3 50 0 3D 12A 42 17
Octal 140 24 143 3 120 0 75 452 102 27
Binary 1100000 10100 1100011 11 1010000 0 111101 100101010 1000010 10111

Color Harmonies of #601463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601463

Black with #601463

Text Example


Text Example

White with #601463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601463; }

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

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

background-color css

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

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

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

border-color css

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

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

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