Html Css Color HEX #631155 Palatinate Purple

📋 copy color: '#631155'

red 99 ◦ green 17 ◦ blue 85

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

Shades of Palatinate Purple #631155

Tints of Palatinate Purple #631155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 42.29%

R = 49.25%
G = 8.46%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#631155 (or 0x631155) is known color: Palatinate Purple. HEX triplet: 63, 11 and 55. RGB value is (99,17,85). Sum of RGB (Red+Green+Blue) = 99+17+85=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #631155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631155 is #9CEEAA. Grayscale: #313131. Windows color (decimal): -10284715 or 5575011. OLE color: 5575011.

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

Color convert

RGB 99 17 85 -
CMYK 0 0.83 0.14 0.61
HSL 310.24º 0.71% 0.23% -
HSV(B) 310.24º 0.83% 0.39% -
XYZ 6.99 3.71 8.94 -
YUV 49.27 148.17 163.47 -
System Red Green Blue C M Y K H S L
Decimal 99 17 85 0 0.83 0.14 0.61 310.24 0.71 0.23
Hex 63 11 55 0 53 E 3D 136 47 17
Octal 143 21 125 0 123 16 75 466 107 27
Binary 1100011 10001 1010101 0 1010011 1110 111101 100110110 1000111 10111

Color Harmonies of #631155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631155

Black with #631155

Text Example


Text Example

White with #631155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631155; }

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

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

background-color css

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

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

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

border-color css

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

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

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