Html Css Color HEX #631463 Palatinate Purple

📋 copy color: '#631463'

red 99 ◦ green 20 ◦ blue 99

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

Shades of Palatinate Purple #631463

Tints of Palatinate Purple #631463

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.17%

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

R = 45.41%
G = 9.17%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#631463 (or 0x631463) is known color: Palatinate Purple. HEX triplet: 63, 14 and 63. RGB value is (99,20,99). Sum of RGB (Red+Green+Blue) = 99+20+99=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #631463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631463 is #9CEB9C. Grayscale: #343434. Windows color (decimal): -10283933 or 6493283. OLE color: 6493283.

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

Color convert

RGB 99 20 99 -
CMYK 0 0.80 0 0.61
HSL 300º 0.66% 0.23% -
HSV(B) 300º 0.8% 0.39% -
XYZ 7.65 4.05 12.18 -
YUV 52.63 154.17 161.08 -
System Red Green Blue C M Y K H S L
Decimal 99 20 99 0 0.80 0 0.61 300 0.66 0.23
Hex 63 14 63 0 50 0 3D 12C 42 17
Octal 143 24 143 0 120 0 75 454 102 27
Binary 1100011 10100 1100011 0 1010000 0 111101 100101100 1000010 10111

Color Harmonies of #631463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631463

Black with #631463

Text Example


Text Example

White with #631463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631463; }

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

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

background-color css

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

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

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

border-color css

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

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

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