Html Css Color HEX #601263 Palatinate Purple

📋 copy color: '#601263'

red 96 ◦ green 18 ◦ blue 99

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

Shades of Palatinate Purple #601263

Tints of Palatinate Purple #601263

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.45%

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

R = 45.07%
G = 8.45%
B = 46.48%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#601263 (or 0x601263) is known color: Palatinate Purple. HEX triplet: 60, 12 and 63. RGB value is (96,18,99). Sum of RGB (Red+Green+Blue) = 96+18+99=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #601263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601263 is #9FED9C. Grayscale: #323232. Windows color (decimal): -10481053 or 6492768. OLE color: 6492768.

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

Color convert

RGB 96 18 99 -
CMYK 0.03 0.82 0 0.61
HSL 297.78º 0.69% 0.23% -
HSV(B) 297.78º 0.82% 0.39% -
XYZ 7.29 3.82 12.16 -
YUV 50.56 155.34 160.41 -
System Red Green Blue C M Y K H S L
Decimal 96 18 99 0.03 0.82 0 0.61 297.78 0.69 0.23
Hex 60 12 63 3 52 0 3D 12A 45 17
Octal 140 22 143 3 122 0 75 452 105 27
Binary 1100000 10010 1100011 11 1010010 0 111101 100101010 1000101 10111

Color Harmonies of #601263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601263

Black with #601263

Text Example


Text Example

White with #601263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601263; }

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

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

background-color css

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

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

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

border-color css

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

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

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