Html Css Color HEX #631856 Palatinate Purple

📋 copy color: '#631856'

red 99 ◦ green 24 ◦ blue 86

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

Shades of Palatinate Purple #631856

Tints of Palatinate Purple #631856

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.48%

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

R = 47.37%
G = 11.48%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#631856 (or 0x631856) is known color: Palatinate Purple. HEX triplet: 63, 18 and 56. RGB value is (99,24,86). Sum of RGB (Red+Green+Blue) = 99+24+86=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 86 (33.98% from 255 or 41.15% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #631856 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631856 is #9CE7A9. Grayscale: #353535. Windows color (decimal): -10282922 or 5642339. OLE color: 5642339.

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

Color convert

RGB 99 24 86 -
CMYK 0 0.76 0.13 0.61
HSL 310.4º 0.61% 0.24% -
HSV(B) 310.4º 0.76% 0.39% -
XYZ 7.15 3.98 9.19 -
YUV 53.49 146.35 160.46 -
System Red Green Blue C M Y K H S L
Decimal 99 24 86 0 0.76 0.13 0.61 310.4 0.61 0.24
Hex 63 18 56 0 4C D 3D 136 3D 18
Octal 143 30 126 0 114 15 75 466 75 30
Binary 1100011 11000 1010110 0 1001100 1101 111101 100110110 111101 11000

Color Harmonies of #631856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631856

Black with #631856

Text Example


Text Example

White with #631856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631856; }

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

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

background-color css

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

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

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

border-color css

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

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

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