Html Css Color HEX #632052 Palatinate Purple

📋 copy color: '#632052'

red 99 ◦ green 32 ◦ blue 82

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

Shades of Palatinate Purple #632052

Tints of Palatinate Purple #632052

RGB

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

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

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

R = 46.48%
G = 15.02%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#632052 (or 0x632052) is known color: Palatinate Purple. HEX triplet: 63, 20 and 52. RGB value is (99,32,82). Sum of RGB (Red+Green+Blue) = 99+32+82=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 99 - color contains mainly: red. Hex color #632052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632052 is #9CDFAD. Grayscale: #393939. Windows color (decimal): -10280878 or 5382243. OLE color: 5382243.

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

Color convert

RGB 99 32 82 -
CMYK 0 0.68 0.17 0.61
HSL 315.22º 0.51% 0.26% -
HSV(B) 315.22º 0.68% 0.39% -
XYZ 7.19 4.29 8.43 -
YUV 57.73 141.7 157.43 -
System Red Green Blue C M Y K H S L
Decimal 99 32 82 0 0.68 0.17 0.61 315.22 0.51 0.26
Hex 63 20 52 0 44 11 3D 13B 33 1A
Octal 143 40 122 0 104 21 75 473 63 32
Binary 1100011 100000 1010010 0 1000100 10001 111101 100111011 110011 11010

Color Harmonies of #632052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632052

Black with #632052

Text Example


Text Example

White with #632052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632052; }

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

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

background-color css

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

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

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

border-color css

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

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

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