Html Css Color HEX #632252 Palatinate Purple

📋 copy color: '#632252'

red 99 ◦ green 34 ◦ blue 82

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

Shades of Palatinate Purple #632252

Tints of Palatinate Purple #632252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 38.14%

R = 46.05%
G = 15.81%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#632252 (or 0x632252) is known color: Palatinate Purple. HEX triplet: 63, 22 and 52. RGB value is (99,34,82). Sum of RGB (Red+Green+Blue) = 99+34+82=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #632252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632252 is #9CDDAD. Grayscale: #3A3A3A. Windows color (decimal): -10280366 or 5382755. OLE color: 5382755.

HSL color Cylindrical-coordinate representation of color #632252: hue angle of 315.69º 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 #632252 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 34 82 -
CMYK 0 0.66 0.17 0.61
HSL 315.69º 0.49% 0.26% -
HSV(B) 315.69º 0.66% 0.39% -
XYZ 7.24 4.41 8.45 -
YUV 58.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 99 34 82 0 0.66 0.17 0.61 315.69 0.49 0.26
Hex 63 22 52 0 42 11 3D 13C 31 1A
Octal 143 42 122 0 102 21 75 474 61 32
Binary 1100011 100010 1010010 0 1000010 10001 111101 100111100 110001 11010

Color Harmonies of #632252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632252

Black with #632252

Text Example


Text Example

White with #632252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632252; }

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

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

background-color css

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

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

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

border-color css

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

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

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