Html Css Color HEX #631A56 Palatinate Purple

📋 copy color: '#631A56'

red 99 ◦ green 26 ◦ blue 86

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

Shades of Palatinate Purple #631A56

Tints of Palatinate Purple #631A56

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.32%

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

R = 46.92%
G = 12.32%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#631A56 (or 0x631A56) is known color: Palatinate Purple. HEX triplet: 63, 1A and 56. RGB value is (99,26,86). Sum of RGB (Red+Green+Blue) = 99+26+86=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #631A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631A56 is #9CE5A9. Grayscale: #363636. Windows color (decimal): -10282410 or 5642851. OLE color: 5642851.

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

Color convert

RGB 99 26 86 -
CMYK 0 0.74 0.13 0.61
HSL 310.68º 0.58% 0.25% -
HSV(B) 310.68º 0.74% 0.39% -
XYZ 7.19 4.06 9.21 -
YUV 54.67 145.68 159.62 -
System Red Green Blue C M Y K H S L
Decimal 99 26 86 0 0.74 0.13 0.61 310.68 0.58 0.25
Hex 63 1A 56 0 4A D 3D 137 3A 19
Octal 143 32 126 0 112 15 75 467 72 31
Binary 1100011 11010 1010110 0 1001010 1101 111101 100110111 111010 11001

Color Harmonies of #631A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631A56

Black with #631A56

Text Example


Text Example

White with #631A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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