Html Css Color HEX #632160 Palatinate Purple

📋 copy color: '#632160'

red 99 ◦ green 33 ◦ blue 96

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

Shades of Palatinate Purple #632160

Tints of Palatinate Purple #632160

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.47%

 BLUE value IS 96 (37.89% from 255) = 42.11%

R = 43.42%
G = 14.47%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#632160 (or 0x632160) is known color: Palatinate Purple. HEX triplet: 63, 21 and 60. RGB value is (99,33,96). Sum of RGB (Red+Green+Blue) = 99+33+96=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #632160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632160 is #9CDE9F. Grayscale: #3B3B3B. Windows color (decimal): -10280608 or 6300003. OLE color: 6300003.

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

Color convert

RGB 99 33 96 -
CMYK 0 0.67 0.03 0.61
HSL 302.73º 0.5% 0.26% -
HSV(B) 302.73º 0.67% 0.39% -
XYZ 7.8 4.58 11.54 -
YUV 59.92 148.37 155.88 -
System Red Green Blue C M Y K H S L
Decimal 99 33 96 0 0.67 0.03 0.61 302.73 0.5 0.26
Hex 63 21 60 0 43 3 3D 12F 32 1A
Octal 143 41 140 0 103 3 75 457 62 32
Binary 1100011 100001 1100000 0 1000011 11 111101 100101111 110010 11010

Color Harmonies of #632160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632160

Black with #632160

Text Example


Text Example

White with #632160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632160; }

 p { color: rgb(99,33,96); }

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

background-color css

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

 a { background-color: rgb(99,33,96); }

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

border-color css

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

 span { border-color: rgb(99,33,96); }

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