Html Css Color HEX #631556 Palatinate Purple

📋 copy color: '#631556'

red 99 ◦ green 21 ◦ blue 86

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

Shades of Palatinate Purple #631556

Tints of Palatinate Purple #631556

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.19%

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

R = 48.06%
G = 10.19%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#631556 (or 0x631556) is known color: Palatinate Purple. HEX triplet: 63, 15 and 56. RGB value is (99,21,86). Sum of RGB (Red+Green+Blue) = 99+21+86=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #631556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631556 is #9CEAA9. Grayscale: #333333. Windows color (decimal): -10283690 or 5641571. OLE color: 5641571.

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

Color convert

RGB 99 21 86 -
CMYK 0 0.79 0.13 0.61
HSL 310º 0.65% 0.24% -
HSV(B) 310º 0.79% 0.39% -
XYZ 7.09 3.86 9.18 -
YUV 51.73 147.34 161.71 -
System Red Green Blue C M Y K H S L
Decimal 99 21 86 0 0.79 0.13 0.61 310 0.65 0.24
Hex 63 15 56 0 4F D 3D 136 41 18
Octal 143 25 126 0 117 15 75 466 101 30
Binary 1100011 10101 1010110 0 1001111 1101 111101 100110110 1000001 11000

Color Harmonies of #631556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631556

Black with #631556

Text Example


Text Example

White with #631556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631556; }

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

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

background-color css

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

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

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

border-color css

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

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

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