Html Css Color HEX #631357 Palatinate Purple

📋 copy color: '#631357'

red 99 ◦ green 19 ◦ blue 87

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

Shades of Palatinate Purple #631357

Tints of Palatinate Purple #631357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 42.44%

R = 48.29%
G = 9.27%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.61

RGB Variations

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

Color information

#631357 (or 0x631357) is known color: Palatinate Purple. HEX triplet: 63, 13 and 57. RGB value is (99,19,87). Sum of RGB (Red+Green+Blue) = 99+19+87=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #631357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631357 is #9CECA8. Grayscale: #323232. Windows color (decimal): -10284201 or 5706595. OLE color: 5706595.

HSL color Cylindrical-coordinate representation of color #631357: hue angle of 309º 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 #631357 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 19 87 -
CMYK 0 0.81 0.12 0.61
HSL 309º 0.68% 0.23% -
HSV(B) 309º 0.81% 0.39% -
XYZ 7.1 3.81 9.38 -
YUV 50.67 148.5 162.47 -
System Red Green Blue C M Y K H S L
Decimal 99 19 87 0 0.81 0.12 0.61 309 0.68 0.23
Hex 63 13 57 0 51 C 3D 135 44 17
Octal 143 23 127 0 121 14 75 465 104 27
Binary 1100011 10011 1010111 0 1010001 1100 111101 100110101 1000100 10111

Color Harmonies of #631357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631357

Black with #631357

Text Example


Text Example

White with #631357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631357; }

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

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

background-color css

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

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

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

border-color css

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

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

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