Html Css Color HEX #631D57 Palatinate Purple

📋 copy color: '#631D57'

red 99 ◦ green 29 ◦ blue 87

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

Shades of Palatinate Purple #631D57

Tints of Palatinate Purple #631D57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 40.47%

R = 46.05%
G = 13.49%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.61

RGB Variations

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

Color information

#631D57 (or 0x631D57) is known color: Palatinate Purple. HEX triplet: 63, 1D and 57. RGB value is (99,29,87). Sum of RGB (Red+Green+Blue) = 99+29+87=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #631D57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631D57 is #9CE2A8. Grayscale: #383838. Windows color (decimal): -10281641 or 5709155. OLE color: 5709155.

HSL color Cylindrical-coordinate representation of color #631D57: hue angle of 310.29º 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 #631D57 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 29 87 -
CMYK 0 0.71 0.12 0.61
HSL 310.29º 0.55% 0.25% -
HSV(B) 310.29º 0.71% 0.39% -
XYZ 7.31 4.22 9.45 -
YUV 56.54 145.19 158.28 -
System Red Green Blue C M Y K H S L
Decimal 99 29 87 0 0.71 0.12 0.61 310.29 0.55 0.25
Hex 63 1D 57 0 47 C 3D 136 37 19
Octal 143 35 127 0 107 14 75 466 67 31
Binary 1100011 11101 1010111 0 1000111 1100 111101 100110110 110111 11001

Color Harmonies of #631D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631D57

Black with #631D57

Text Example


Text Example

White with #631D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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