Html Css Color HEX #631356 Palatinate Purple

📋 copy color: '#631356'

red 99 ◦ green 19 ◦ blue 86

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

Shades of Palatinate Purple #631356

Tints of Palatinate Purple #631356

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.31%

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

R = 48.53%
G = 9.31%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#631356 (or 0x631356) is known color: Palatinate Purple. HEX triplet: 63, 13 and 56. RGB value is (99,19,86). Sum of RGB (Red+Green+Blue) = 99+19+86=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 99 - color contains mainly: red. Hex color #631356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631356 is #9CECA9. Grayscale: #323232. Windows color (decimal): -10284202 or 5641059. OLE color: 5641059.

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

Color convert

RGB 99 19 86 -
CMYK 0 0.81 0.13 0.61
HSL 309.75º 0.68% 0.23% -
HSV(B) 309.75º 0.81% 0.39% -
XYZ 7.06 3.79 9.16 -
YUV 50.56 148 162.55 -
System Red Green Blue C M Y K H S L
Decimal 99 19 86 0 0.81 0.13 0.61 309.75 0.68 0.23
Hex 63 13 56 0 51 D 3D 136 44 17
Octal 143 23 126 0 121 15 75 466 104 27
Binary 1100011 10011 1010110 0 1010001 1101 111101 100110110 1000100 10111

Color Harmonies of #631356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631356

Black with #631356

Text Example


Text Example

White with #631356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631356; }

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

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

background-color css

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

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

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

border-color css

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

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

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