Html Css Color HEX #631157 Palatinate Purple

📋 copy color: '#631157'

red 99 ◦ green 17 ◦ blue 87

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

Shades of Palatinate Purple #631157

Tints of Palatinate Purple #631157

RGB

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

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

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

R = 48.77%
G = 8.37%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.61

RGB Variations

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

Color information

#631157 (or 0x631157) is known color: Palatinate Purple. HEX triplet: 63, 11 and 57. RGB value is (99,17,87). Sum of RGB (Red+Green+Blue) = 99+17+87=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #631157 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631157 is #9CEEA8. Grayscale: #313131. Windows color (decimal): -10284713 or 5706083. OLE color: 5706083.

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

Color convert

RGB 99 17 87 -
CMYK 0 0.83 0.12 0.61
HSL 308.78º 0.71% 0.23% -
HSV(B) 308.78º 0.83% 0.39% -
XYZ 7.07 3.74 9.37 -
YUV 49.5 149.17 163.31 -
System Red Green Blue C M Y K H S L
Decimal 99 17 87 0 0.83 0.12 0.61 308.78 0.71 0.23
Hex 63 11 57 0 53 C 3D 135 47 17
Octal 143 21 127 0 123 14 75 465 107 27
Binary 1100011 10001 1010111 0 1010011 1100 111101 100110101 1000111 10111

Color Harmonies of #631157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631157

Black with #631157

Text Example


Text Example

White with #631157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631157; }

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

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

background-color css

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

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

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

border-color css

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

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

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