Html Css Color HEX #632051 Palatinate Purple

📋 copy color: '#632051'

red 99 ◦ green 32 ◦ blue 81

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

Shades of Palatinate Purple #632051

Tints of Palatinate Purple #632051

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.09%

 BLUE value IS 81 (32.03% from 255) = 38.21%

R = 46.7%
G = 15.09%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.61

RGB Variations

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

Color information

#632051 (or 0x632051) is known color: Palatinate Purple. HEX triplet: 63, 20 and 51. RGB value is (99,32,81). Sum of RGB (Red+Green+Blue) = 99+32+81=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #632051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632051 is #9CDFAE. Grayscale: #393939. Windows color (decimal): -10280879 or 5316707. OLE color: 5316707.

HSL color Cylindrical-coordinate representation of color #632051: hue angle of 316.12º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #632051 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 32 81 -
CMYK 0 0.68 0.18 0.61
HSL 316.12º 0.51% 0.26% -
HSV(B) 316.12º 0.68% 0.39% -
XYZ 7.15 4.28 8.23 -
YUV 57.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 99 32 81 0 0.68 0.18 0.61 316.12 0.51 0.26
Hex 63 20 51 0 44 12 3D 13C 33 1A
Octal 143 40 121 0 104 22 75 474 63 32
Binary 1100011 100000 1010001 0 1000100 10010 111101 100111100 110011 11010

Color Harmonies of #632051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632051

Black with #632051

Text Example


Text Example

White with #632051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632051; }

 p { color: rgb(99,32,81); }

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

background-color css

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

 a { background-color: rgb(99,32,81); }

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

border-color css

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

 span { border-color: rgb(99,32,81); }

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