Html Css Color HEX #631950 Palatinate Purple

📋 copy color: '#631950'

red 99 ◦ green 25 ◦ blue 80

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

Shades of Palatinate Purple #631950

Tints of Palatinate Purple #631950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.25%

 BLUE value IS 80 (31.64% from 255) = 39.22%

R = 48.53%
G = 12.25%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#631950 (or 0x631950) is known color: Palatinate Purple. HEX triplet: 63, 19 and 50. RGB value is (99,25,80). Sum of RGB (Red+Green+Blue) = 99+25+80=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 99 - color contains mainly: red. Hex color #631950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631950 is #9CE6AF. Grayscale: #353535. Windows color (decimal): -10282672 or 5249379. OLE color: 5249379.

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

Color convert

RGB 99 25 80 -
CMYK 0 0.75 0.19 0.61
HSL 315.41º 0.6% 0.24% -
HSV(B) 315.41º 0.75% 0.39% -
XYZ 6.94 3.93 7.98 -
YUV 53.4 143.02 160.53 -
System Red Green Blue C M Y K H S L
Decimal 99 25 80 0 0.75 0.19 0.61 315.41 0.6 0.24
Hex 63 19 50 0 4B 13 3D 13B 3C 18
Octal 143 31 120 0 113 23 75 473 74 30
Binary 1100011 11001 1010000 0 1001011 10011 111101 100111011 111100 11000

Color Harmonies of #631950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631950

Black with #631950

Text Example


Text Example

White with #631950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631950; }

 p { color: rgb(99,25,80); }

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

background-color css

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

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

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

border-color css

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

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

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