Html Css Color HEX #631161 Palatinate Purple

📋 copy color: '#631161'

red 99 ◦ green 17 ◦ blue 97

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

Shades of Palatinate Purple #631161

Tints of Palatinate Purple #631161

RGB

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

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

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

R = 46.48%
G = 7.98%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#631161 (or 0x631161) is known color: Palatinate Purple. HEX triplet: 63, 11 and 61. RGB value is (99,17,97). Sum of RGB (Red+Green+Blue) = 99+17+97=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 99 - color contains mainly: red. Hex color #631161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631161 is #9CEE9E. Grayscale: #323232. Windows color (decimal): -10284703 or 6361443. OLE color: 6361443.

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

Color convert

RGB 99 17 97 -
CMYK 0 0.83 0.02 0.61
HSL 301.46º 0.71% 0.23% -
HSV(B) 301.46º 0.83% 0.39% -
XYZ 7.5 3.92 11.67 -
YUV 50.64 154.17 162.5 -
System Red Green Blue C M Y K H S L
Decimal 99 17 97 0 0.83 0.02 0.61 301.46 0.71 0.23
Hex 63 11 61 0 53 2 3D 12D 47 17
Octal 143 21 141 0 123 2 75 455 107 27
Binary 1100011 10001 1100001 0 1010011 10 111101 100101101 1000111 10111

Color Harmonies of #631161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631161

Black with #631161

Text Example


Text Example

White with #631161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631161; }

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

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

background-color css

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

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

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

border-color css

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

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

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