Html Css Color HEX #631D53 Palatinate Purple

📋 copy color: '#631D53'

red 99 ◦ green 29 ◦ blue 83

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

Shades of Palatinate Purple #631D53

Tints of Palatinate Purple #631D53

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.74%

 BLUE value IS 83 (32.81% from 255) = 39.34%

R = 46.92%
G = 13.74%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.61

RGB Variations

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

Color information

#631D53 (or 0x631D53) is known color: Palatinate Purple. HEX triplet: 63, 1D and 53. RGB value is (99,29,83). Sum of RGB (Red+Green+Blue) = 99+29+83=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #631D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631D53 is #9CE2AC. Grayscale: #373737. Windows color (decimal): -10281645 or 5447011. OLE color: 5447011.

HSL color Cylindrical-coordinate representation of color #631D53: hue angle of 313.71º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #631D53 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 29 83 -
CMYK 0 0.71 0.16 0.61
HSL 313.71º 0.55% 0.25% -
HSV(B) 313.71º 0.71% 0.39% -
XYZ 7.15 4.16 8.61 -
YUV 56.09 143.19 158.61 -
System Red Green Blue C M Y K H S L
Decimal 99 29 83 0 0.71 0.16 0.61 313.71 0.55 0.25
Hex 63 1D 53 0 47 10 3D 13A 37 19
Octal 143 35 123 0 107 20 75 472 67 31
Binary 1100011 11101 1010011 0 1000111 10000 111101 100111010 110111 11001

Color Harmonies of #631D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631D53

Black with #631D53

Text Example


Text Example

White with #631D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631D53; }

 p { color: rgb(99,29,83); }

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

background-color css

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

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

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

border-color css

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

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

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