Html Css Color HEX #631855 Palatinate Purple

📋 copy color: '#631855'

red 99 ◦ green 24 ◦ blue 85

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

Shades of Palatinate Purple #631855

Tints of Palatinate Purple #631855

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.54%

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

R = 47.6%
G = 11.54%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#631855 (or 0x631855) is known color: Palatinate Purple. HEX triplet: 63, 18 and 55. RGB value is (99,24,85). Sum of RGB (Red+Green+Blue) = 99+24+85=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #631855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631855 is #9CE7AA. Grayscale: #353535. Windows color (decimal): -10282923 or 5576803. OLE color: 5576803.

HSL color Cylindrical-coordinate representation of color #631855: hue angle of 311.2º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #631855 is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 24 85 -
CMYK 0 0.76 0.14 0.61
HSL 311.2º 0.61% 0.24% -
HSV(B) 311.2º 0.76% 0.39% -
XYZ 7.11 3.96 8.98 -
YUV 53.38 145.85 160.54 -
System Red Green Blue C M Y K H S L
Decimal 99 24 85 0 0.76 0.14 0.61 311.2 0.61 0.24
Hex 63 18 55 0 4C E 3D 137 3D 18
Octal 143 30 125 0 114 16 75 467 75 30
Binary 1100011 11000 1010101 0 1001100 1110 111101 100110111 111101 11000

Color Harmonies of #631855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631855

Black with #631855

Text Example


Text Example

White with #631855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631855; }

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

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

background-color css

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

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

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

border-color css

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

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

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