Html Css Color HEX #632552 Palatinate Purple

📋 copy color: '#632552'

red 99 ◦ green 37 ◦ blue 82

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

Shades of Palatinate Purple #632552

Tints of Palatinate Purple #632552

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.97%

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

R = 45.41%
G = 16.97%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#632552 (or 0x632552) is known color: Palatinate Purple. HEX triplet: 63, 25 and 52. RGB value is (99,37,82). Sum of RGB (Red+Green+Blue) = 99+37+82=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #632552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632552 is #9CDAAD. Grayscale: #3C3C3C. Windows color (decimal): -10279598 or 5383523. OLE color: 5383523.

HSL color Cylindrical-coordinate representation of color #632552: hue angle of 316.45º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #632552 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 37 82 -
CMYK 0 0.63 0.17 0.61
HSL 316.45º 0.46% 0.27% -
HSV(B) 316.45º 0.63% 0.39% -
XYZ 7.33 4.58 8.48 -
YUV 60.67 140.04 155.34 -
System Red Green Blue C M Y K H S L
Decimal 99 37 82 0 0.63 0.17 0.61 316.45 0.46 0.27
Hex 63 25 52 0 3F 11 3D 13C 2E 1B
Octal 143 45 122 0 77 21 75 474 56 33
Binary 1100011 100101 1010010 0 111111 10001 111101 100111100 101110 11011

Color Harmonies of #632552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632552

Black with #632552

Text Example


Text Example

White with #632552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632552; }

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

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

background-color css

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

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

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

border-color css

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

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

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