Html Css Color HEX #631158 Palatinate Purple

📋 copy color: '#631158'

red 99 ◦ green 17 ◦ blue 88

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

Shades of Palatinate Purple #631158

Tints of Palatinate Purple #631158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 43.14%

R = 48.53%
G = 8.33%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#631158 (or 0x631158) is known color: Palatinate Purple. HEX triplet: 63, 11 and 58. RGB value is (99,17,88). Sum of RGB (Red+Green+Blue) = 99+17+88=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 99 - color contains mainly: red. Hex color #631158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631158 is #9CEEA7. Grayscale: #313131. Windows color (decimal): -10284712 or 5771619. OLE color: 5771619.

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

Color convert

RGB 99 17 88 -
CMYK 0 0.83 0.11 0.61
HSL 308.05º 0.71% 0.23% -
HSV(B) 308.05º 0.83% 0.39% -
XYZ 7.11 3.76 9.58 -
YUV 49.61 149.67 163.23 -
System Red Green Blue C M Y K H S L
Decimal 99 17 88 0 0.83 0.11 0.61 308.05 0.71 0.23
Hex 63 11 58 0 53 B 3D 134 47 17
Octal 143 21 130 0 123 13 75 464 107 27
Binary 1100011 10001 1011000 0 1010011 1011 111101 100110100 1000111 10111

Color Harmonies of #631158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631158

Black with #631158

Text Example


Text Example

White with #631158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631158; }

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

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

background-color css

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

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

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

border-color css

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

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

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