Html Css Color HEX #631162 Palatinate Purple

📋 copy color: '#631162'

red 99 ◦ green 17 ◦ blue 98

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

Shades of Palatinate Purple #631162

Tints of Palatinate Purple #631162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 45.79%

R = 46.26%
G = 7.94%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#631162 (or 0x631162) is known color: Palatinate Purple. HEX triplet: 63, 11 and 62. RGB value is (99,17,98). Sum of RGB (Red+Green+Blue) = 99+17+98=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #631162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631162 is #9CEE9D. Grayscale: #323232. Windows color (decimal): -10284702 or 6426979. OLE color: 6426979.

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

Color convert

RGB 99 17 98 -
CMYK 0 0.83 0.01 0.61
HSL 300.73º 0.71% 0.23% -
HSV(B) 300.73º 0.83% 0.39% -
XYZ 7.55 3.94 11.92 -
YUV 50.75 154.67 162.41 -
System Red Green Blue C M Y K H S L
Decimal 99 17 98 0 0.83 0.01 0.61 300.73 0.71 0.23
Hex 63 11 62 0 53 1 3D 12D 47 17
Octal 143 21 142 0 123 1 75 455 107 27
Binary 1100011 10001 1100010 0 1010011 1 111101 100101101 1000111 10111

Color Harmonies of #631162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631162

Black with #631162

Text Example


Text Example

White with #631162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631162; }

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

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

background-color css

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

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

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

border-color css

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

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

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