Html Css Color HEX #631561 Palatinate Purple

📋 copy color: '#631561'

red 99 ◦ green 21 ◦ blue 97

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

Shades of Palatinate Purple #631561

Tints of Palatinate Purple #631561

RGB

 RED value IS 99 (39.06% from 255) = 45.62%

 GREEN value IS 21 (8.59% from 255) = 9.68%

 BLUE value IS 97 (38.28% from 255) = 44.7%

R = 45.62%
G = 9.68%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#631561 (or 0x631561) is known color: Palatinate Purple. HEX triplet: 63, 15 and 61. RGB value is (99,21,97). Sum of RGB (Red+Green+Blue) = 99+21+97=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #631561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631561 is #9CEA9E. Grayscale: #343434. Windows color (decimal): -10283679 or 6362467. OLE color: 6362467.

HSL color Cylindrical-coordinate representation of color #631561: hue angle of 301.54º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #631561 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 21 97 -
CMYK 0 0.79 0.02 0.61
HSL 301.54º 0.65% 0.24% -
HSV(B) 301.54º 0.79% 0.39% -
XYZ 7.57 4.05 11.69 -
YUV 52.99 152.84 160.82 -
System Red Green Blue C M Y K H S L
Decimal 99 21 97 0 0.79 0.02 0.61 301.54 0.65 0.24
Hex 63 15 61 0 4F 2 3D 12E 41 18
Octal 143 25 141 0 117 2 75 456 101 30
Binary 1100011 10101 1100001 0 1001111 10 111101 100101110 1000001 11000

Color Harmonies of #631561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631561

Black with #631561

Text Example


Text Example

White with #631561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631561; }

 p { color: rgb(99,21,97); }

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

background-color css

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

 a { background-color: rgb(99,21,97); }

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

border-color css

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

 span { border-color: rgb(99,21,97); }

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