Html Css Color HEX #631163 Palatinate Purple

📋 copy color: '#631163'

red 99 ◦ green 17 ◦ blue 99

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

Shades of Palatinate Purple #631163

Tints of Palatinate Purple #631163

RGB

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

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

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

R = 46.05%
G = 7.91%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#631163 (or 0x631163) is known color: Palatinate Purple. HEX triplet: 63, 11 and 63. RGB value is (99,17,99). Sum of RGB (Red+Green+Blue) = 99+17+99=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #631163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631163 is #9CEE9C. Grayscale: #323232. Windows color (decimal): -10284701 or 6492515. OLE color: 6492515.

HSL color Cylindrical-coordinate representation of color #631163: hue angle of 300º 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 #631163 is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 17 99 -
CMYK 0 0.83 0 0.61
HSL 300º 0.71% 0.23% -
HSV(B) 300º 0.83% 0.39% -
XYZ 7.6 3.95 12.17 -
YUV 50.87 155.17 162.33 -
System Red Green Blue C M Y K H S L
Decimal 99 17 99 0 0.83 0 0.61 300 0.71 0.23
Hex 63 11 63 0 53 0 3D 12C 47 17
Octal 143 21 143 0 123 0 75 454 107 27
Binary 1100011 10001 1100011 0 1010011 0 111101 100101100 1000111 10111

Color Harmonies of #631163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631163

Black with #631163

Text Example


Text Example

White with #631163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631163; }

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

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

background-color css

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

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

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

border-color css

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

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

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