Html Css Color HEX #631256 Palatinate Purple

📋 copy color: '#631256'

red 99 ◦ green 18 ◦ blue 86

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

Shades of Palatinate Purple #631256

Tints of Palatinate Purple #631256

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.87%

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

R = 48.77%
G = 8.87%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#631256 (or 0x631256) is known color: Palatinate Purple. HEX triplet: 63, 12 and 56. RGB value is (99,18,86). Sum of RGB (Red+Green+Blue) = 99+18+86=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #631256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631256 is #9CEDA9. Grayscale: #313131. Windows color (decimal): -10284458 or 5640803. OLE color: 5640803.

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

Color convert

RGB 99 18 86 -
CMYK 0 0.82 0.13 0.61
HSL 309.63º 0.69% 0.23% -
HSV(B) 309.63º 0.82% 0.39% -
XYZ 7.04 3.76 9.16 -
YUV 49.97 148.34 162.97 -
System Red Green Blue C M Y K H S L
Decimal 99 18 86 0 0.82 0.13 0.61 309.63 0.69 0.23
Hex 63 12 56 0 52 D 3D 136 45 17
Octal 143 22 126 0 122 15 75 466 105 27
Binary 1100011 10010 1010110 0 1010010 1101 111101 100110110 1000101 10111

Color Harmonies of #631256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631256

Black with #631256

Text Example


Text Example

White with #631256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631256; }

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

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

background-color css

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

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

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

border-color css

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

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

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