Html Css Color HEX #632861 Palatinate Purple

📋 copy color: '#632861'

red 99 ◦ green 40 ◦ blue 97

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

Shades of Palatinate Purple #632861

Tints of Palatinate Purple #632861

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.95%

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

R = 41.95%
G = 16.95%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#632861 (or 0x632861) is known color: Palatinate Purple. HEX triplet: 63, 28 and 61. RGB value is (99,40,97). Sum of RGB (Red+Green+Blue) = 99+40+97=236 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.95% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 99 - color contains mainly: red. Hex color #632861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632861 is #9CD79E. Grayscale: #3F3F3F. Windows color (decimal): -10278815 or 6367331. OLE color: 6367331.

HSL color Cylindrical-coordinate representation of color #632861: hue angle of 302.03º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #632861 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 40 97 -
CMYK 0 0.60 0.02 0.61
HSL 302.03º 0.42% 0.27% -
HSV(B) 302.03º 0.6% 0.39% -
XYZ 8.06 5.03 11.86 -
YUV 64.14 146.55 152.87 -
System Red Green Blue C M Y K H S L
Decimal 99 40 97 0 0.60 0.02 0.61 302.03 0.42 0.27
Hex 63 28 61 0 3C 2 3D 12E 2A 1B
Octal 143 50 141 0 74 2 75 456 52 33
Binary 1100011 101000 1100001 0 111100 10 111101 100101110 101010 11011

Color Harmonies of #632861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632861

Black with #632861

Text Example


Text Example

White with #632861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632861; }

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

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

background-color css

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

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

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

border-color css

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

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

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