Html Css Color HEX #632251 Palatinate Purple

📋 copy color: '#632251'

red 99 ◦ green 34 ◦ blue 81

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

Shades of Palatinate Purple #632251

Tints of Palatinate Purple #632251

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.89%

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

R = 46.26%
G = 15.89%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.61

RGB Variations

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

Color information

#632251 (or 0x632251) is known color: Palatinate Purple. HEX triplet: 63, 22 and 51. RGB value is (99,34,81). Sum of RGB (Red+Green+Blue) = 99+34+81=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #632251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632251 is #9CDDAE. Grayscale: #3A3A3A. Windows color (decimal): -10280367 or 5317219. OLE color: 5317219.

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

Color convert

RGB 99 34 81 -
CMYK 0 0.66 0.18 0.61
HSL 316.62º 0.49% 0.26% -
HSV(B) 316.62º 0.66% 0.39% -
XYZ 7.2 4.39 8.25 -
YUV 58.79 140.53 156.68 -
System Red Green Blue C M Y K H S L
Decimal 99 34 81 0 0.66 0.18 0.61 316.62 0.49 0.26
Hex 63 22 51 0 42 12 3D 13D 31 1A
Octal 143 42 121 0 102 22 75 475 61 32
Binary 1100011 100010 1010001 0 1000010 10010 111101 100111101 110001 11010

Color Harmonies of #632251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632251

Black with #632251

Text Example


Text Example

White with #632251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632251; }

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

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

background-color css

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

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

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

border-color css

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

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

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