Html Css Color HEX #631164 Palatinate Purple

📋 copy color: '#631164'

red 99 ◦ green 17 ◦ blue 100

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

Shades of Palatinate Purple #631164

Tints of Palatinate Purple #631164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 46.3%

R = 45.83%
G = 7.87%
B = 46.3%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#631164 (or 0x631164) is known color: Palatinate Purple. HEX triplet: 63, 11 and 64. RGB value is (99,17,100). Sum of RGB (Red+Green+Blue) = 99+17+100=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 100 (39.45% from 255 or 46.30% from 216); Max value from RGB is 100 - color contains mainly: blue. Hex color #631164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631164 is #9CEE9B. Grayscale: #323232. Windows color (decimal): -10284700 or 6558051. OLE color: 6558051.

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

Color convert

RGB 99 17 100 -
CMYK 0.01 0.83 0 0.61
HSL 299.28º 0.71% 0.23% -
HSV(B) 299.28º 0.83% 0.39% -
XYZ 7.65 3.97 12.42 -
YUV 50.98 155.67 162.25 -
System Red Green Blue C M Y K H S L
Decimal 99 17 100 0.01 0.83 0 0.61 299.28 0.71 0.23
Hex 63 11 64 1 53 0 3D 12B 47 17
Octal 143 21 144 1 123 0 75 453 107 27
Binary 1100011 10001 1100100 1 1010011 0 111101 100101011 1000111 10111

Color Harmonies of #631164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631164

Black with #631164

Text Example


Text Example

White with #631164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631164; }

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

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

background-color css

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

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

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

border-color css

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

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

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