Html Css Color HEX #631C56 Palatinate Purple

📋 copy color: '#631C56'

red 99 ◦ green 28 ◦ blue 86

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

Shades of Palatinate Purple #631C56

Tints of Palatinate Purple #631C56

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.15%

 BLUE value IS 86 (33.98% from 255) = 40.38%

R = 46.48%
G = 13.15%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#631C56 (or 0x631C56) is known color: Palatinate Purple. HEX triplet: 63, 1C and 56. RGB value is (99,28,86). Sum of RGB (Red+Green+Blue) = 99+28+86=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 99 - color contains mainly: red. Hex color #631C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631C56 is #9CE3A9. Grayscale: #373737. Windows color (decimal): -10281898 or 5643363. OLE color: 5643363.

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

Color convert

RGB 99 28 86 -
CMYK 0 0.72 0.13 0.61
HSL 310.99º 0.56% 0.25% -
HSV(B) 310.99º 0.72% 0.39% -
XYZ 7.24 4.16 9.22 -
YUV 55.84 145.02 158.78 -
System Red Green Blue C M Y K H S L
Decimal 99 28 86 0 0.72 0.13 0.61 310.99 0.56 0.25
Hex 63 1C 56 0 48 D 3D 137 38 19
Octal 143 34 126 0 110 15 75 467 70 31
Binary 1100011 11100 1010110 0 1001000 1101 111101 100110111 111000 11001

Color Harmonies of #631C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631C56

Black with #631C56

Text Example


Text Example

White with #631C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,28,86); }

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

background-color css

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

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

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

border-color css

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

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

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