Html Css Color HEX #631063 Palatinate Purple

📋 copy color: '#631063'

red 99 ◦ green 16 ◦ blue 99

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

Shades of Palatinate Purple #631063

Tints of Palatinate Purple #631063

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.48%

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

R = 46.26%
G = 7.48%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#631063 (or 0x631063) is known color: Palatinate Purple. HEX triplet: 63, 10 and 63. RGB value is (99,16,99). Sum of RGB (Red+Green+Blue) = 99+16+99=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #631063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631063 is #9CEF9C. Grayscale: #323232. Windows color (decimal): -10284957 or 6492259. OLE color: 6492259.

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

Color convert

RGB 99 16 99 -
CMYK 0 0.84 0 0.61
HSL 300º 0.72% 0.23% -
HSV(B) 300º 0.84% 0.39% -
XYZ 7.58 3.92 12.16 -
YUV 50.28 155.5 162.75 -
System Red Green Blue C M Y K H S L
Decimal 99 16 99 0 0.84 0 0.61 300 0.72 0.23
Hex 63 10 63 0 54 0 3D 12C 48 17
Octal 143 20 143 0 124 0 75 454 110 27
Binary 1100011 10000 1100011 0 1010100 0 111101 100101100 1001000 10111

Color Harmonies of #631063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631063

Black with #631063

Text Example


Text Example

White with #631063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631063; }

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

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

background-color css

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

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

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

border-color css

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

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

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