Html Css Color HEX #631555 Palatinate Purple

📋 copy color: '#631555'

red 99 ◦ green 21 ◦ blue 85

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

Shades of Palatinate Purple #631555

Tints of Palatinate Purple #631555

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.24%

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

R = 48.29%
G = 10.24%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#631555 (or 0x631555) is known color: Palatinate Purple. HEX triplet: 63, 15 and 55. RGB value is (99,21,85). Sum of RGB (Red+Green+Blue) = 99+21+85=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #631555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631555 is #9CEAAA. Grayscale: #333333. Windows color (decimal): -10283691 or 5576035. OLE color: 5576035.

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

Color convert

RGB 99 21 85 -
CMYK 0 0.79 0.14 0.61
HSL 310.77º 0.65% 0.24% -
HSV(B) 310.77º 0.79% 0.39% -
XYZ 7.05 3.84 8.96 -
YUV 51.62 146.84 161.8 -
System Red Green Blue C M Y K H S L
Decimal 99 21 85 0 0.79 0.14 0.61 310.77 0.65 0.24
Hex 63 15 55 0 4F E 3D 137 41 18
Octal 143 25 125 0 117 16 75 467 101 30
Binary 1100011 10101 1010101 0 1001111 1110 111101 100110111 1000001 11000

Color Harmonies of #631555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631555

Black with #631555

Text Example


Text Example

White with #631555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631555; }

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

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

background-color css

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

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

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

border-color css

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

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

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