Html Css Color HEX #631E61 Palatinate Purple

📋 copy color: '#631E61'

red 99 ◦ green 30 ◦ blue 97

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

Shades of Palatinate Purple #631E61

Tints of Palatinate Purple #631E61

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.27%

 BLUE value IS 97 (38.28% from 255) = 42.92%

R = 43.81%
G = 13.27%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#631E61 (or 0x631E61) is known color: Palatinate Purple. HEX triplet: 63, 1E and 61. RGB value is (99,30,97). Sum of RGB (Red+Green+Blue) = 99+30+97=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 99 - color contains mainly: red. Hex color #631E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631E61 is #9CE19E. Grayscale: #3A3A3A. Windows color (decimal): -10281375 or 6364771. OLE color: 6364771.

HSL color Cylindrical-coordinate representation of color #631E61: hue angle of 301.74º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #631E61 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 30 97 -
CMYK 0 0.70 0.02 0.61
HSL 301.74º 0.53% 0.25% -
HSV(B) 301.74º 0.7% 0.39% -
XYZ 7.77 4.44 11.76 -
YUV 58.27 149.86 157.05 -
System Red Green Blue C M Y K H S L
Decimal 99 30 97 0 0.70 0.02 0.61 301.74 0.53 0.25
Hex 63 1E 61 0 46 2 3D 12E 35 19
Octal 143 36 141 0 106 2 75 456 65 31
Binary 1100011 11110 1100001 0 1000110 10 111101 100101110 110101 11001

Color Harmonies of #631E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631E61

Black with #631E61

Text Example


Text Example

White with #631E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631E61; }

 p { color: rgb(99,30,97); }

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

background-color css

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

 a { background-color: rgb(99,30,97); }

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

border-color css

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

 span { border-color: rgb(99,30,97); }

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