Html Css Color HEX #631761 Palatinate Purple

📋 copy color: '#631761'

red 99 ◦ green 23 ◦ blue 97

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

Shades of Palatinate Purple #631761

Tints of Palatinate Purple #631761

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.5%

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

R = 45.21%
G = 10.5%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#631761 (or 0x631761) is known color: Palatinate Purple. HEX triplet: 63, 17 and 61. RGB value is (99,23,97). Sum of RGB (Red+Green+Blue) = 99+23+97=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 99 - color contains mainly: red. Hex color #631761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631761 is #9CE89E. Grayscale: #353535. Windows color (decimal): -10283167 or 6362979. OLE color: 6362979.

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

Color convert

RGB 99 23 97 -
CMYK 0 0.77 0.02 0.61
HSL 301.58º 0.62% 0.24% -
HSV(B) 301.58º 0.77% 0.39% -
XYZ 7.61 4.13 11.71 -
YUV 54.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 99 23 97 0 0.77 0.02 0.61 301.58 0.62 0.24
Hex 63 17 61 0 4D 2 3D 12E 3E 18
Octal 143 27 141 0 115 2 75 456 76 30
Binary 1100011 10111 1100001 0 1001101 10 111101 100101110 111110 11000

Color Harmonies of #631761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631761

Black with #631761

Text Example


Text Example

White with #631761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631761; }

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

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

background-color css

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

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

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

border-color css

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

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

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