Html Css Color HEX #631655 Palatinate Purple

📋 copy color: '#631655'

red 99 ◦ green 22 ◦ blue 85

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

Shades of Palatinate Purple #631655

Tints of Palatinate Purple #631655

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.68%

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

R = 48.06%
G = 10.68%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#631655 (or 0x631655) is known color: Palatinate Purple. HEX triplet: 63, 16 and 55. RGB value is (99,22,85). Sum of RGB (Red+Green+Blue) = 99+22+85=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #631655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631655 is #9CE9AA. Grayscale: #343434. Windows color (decimal): -10283435 or 5576291. OLE color: 5576291.

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

Color convert

RGB 99 22 85 -
CMYK 0 0.78 0.14 0.61
HSL 310.91º 0.64% 0.24% -
HSV(B) 310.91º 0.78% 0.39% -
XYZ 7.07 3.88 8.97 -
YUV 52.21 146.51 161.38 -
System Red Green Blue C M Y K H S L
Decimal 99 22 85 0 0.78 0.14 0.61 310.91 0.64 0.24
Hex 63 16 55 0 4E E 3D 137 40 18
Octal 143 26 125 0 116 16 75 467 100 30
Binary 1100011 10110 1010101 0 1001110 1110 111101 100110111 1000000 11000

Color Harmonies of #631655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631655

Black with #631655

Text Example


Text Example

White with #631655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631655; }

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

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

background-color css

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

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

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

border-color css

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

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

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