Html Css Color HEX #631156 Palatinate Purple

📋 copy color: '#631156'

red 99 ◦ green 17 ◦ blue 86

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

Shades of Palatinate Purple #631156

Tints of Palatinate Purple #631156

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.42%

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

R = 49.01%
G = 8.42%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#631156 (or 0x631156) is known color: Palatinate Purple. HEX triplet: 63, 11 and 56. RGB value is (99,17,86). Sum of RGB (Red+Green+Blue) = 99+17+86=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #631156 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631156 is #9CEEA9. Grayscale: #313131. Windows color (decimal): -10284714 or 5640547. OLE color: 5640547.

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

Color convert

RGB 99 17 86 -
CMYK 0 0.83 0.13 0.61
HSL 309.51º 0.71% 0.23% -
HSV(B) 309.51º 0.83% 0.39% -
XYZ 7.03 3.73 9.15 -
YUV 49.38 148.67 163.39 -
System Red Green Blue C M Y K H S L
Decimal 99 17 86 0 0.83 0.13 0.61 309.51 0.71 0.23
Hex 63 11 56 0 53 D 3D 136 47 17
Octal 143 21 126 0 123 15 75 466 107 27
Binary 1100011 10001 1010110 0 1010011 1101 111101 100110110 1000111 10111

Color Harmonies of #631156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631156

Black with #631156

Text Example


Text Example

White with #631156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631156; }

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

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

background-color css

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

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

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

border-color css

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

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

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