Html Css Color HEX #631663 Palatinate Purple

📋 copy color: '#631663'

red 99 ◦ green 22 ◦ blue 99

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

Shades of Palatinate Purple #631663

Tints of Palatinate Purple #631663

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10%

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

R = 45%
G = 10%
B = 45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#631663 (or 0x631663) is known color: Palatinate Purple. HEX triplet: 63, 16 and 63. RGB value is (99,22,99). Sum of RGB (Red+Green+Blue) = 99+22+99=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #631663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631663 is #9CE99C. Grayscale: #353535. Windows color (decimal): -10283421 or 6493795. OLE color: 6493795.

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

Color convert

RGB 99 22 99 -
CMYK 0 0.78 0 0.61
HSL 300º 0.64% 0.24% -
HSV(B) 300º 0.78% 0.39% -
XYZ 7.68 4.13 12.2 -
YUV 53.8 153.51 160.24 -
System Red Green Blue C M Y K H S L
Decimal 99 22 99 0 0.78 0 0.61 300 0.64 0.24
Hex 63 16 63 0 4E 0 3D 12C 40 18
Octal 143 26 143 0 116 0 75 454 100 30
Binary 1100011 10110 1100011 0 1001110 0 111101 100101100 1000000 11000

Color Harmonies of #631663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631663

Black with #631663

Text Example


Text Example

White with #631663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631663; }

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

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

background-color css

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

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

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

border-color css

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

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

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