Html Css Color HEX #632560 Palatinate Purple

📋 copy color: '#632560'

red 99 ◦ green 37 ◦ blue 96

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

Shades of Palatinate Purple #632560

Tints of Palatinate Purple #632560

RGB

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

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

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

R = 42.67%
G = 15.95%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#632560 (or 0x632560) is known color: Palatinate Purple. HEX triplet: 63, 25 and 60. RGB value is (99,37,96). Sum of RGB (Red+Green+Blue) = 99+37+96=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 99 - color contains mainly: red. Hex color #632560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632560 is #9CDA9F. Grayscale: #3E3E3E. Windows color (decimal): -10279584 or 6301027. OLE color: 6301027.

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

Color convert

RGB 99 37 96 -
CMYK 0 0.63 0.03 0.61
HSL 302.9º 0.46% 0.27% -
HSV(B) 302.9º 0.63% 0.39% -
XYZ 7.92 4.82 11.58 -
YUV 62.26 147.04 154.2 -
System Red Green Blue C M Y K H S L
Decimal 99 37 96 0 0.63 0.03 0.61 302.9 0.46 0.27
Hex 63 25 60 0 3F 3 3D 12F 2E 1B
Octal 143 45 140 0 77 3 75 457 56 33
Binary 1100011 100101 1100000 0 111111 11 111101 100101111 101110 11011

Color Harmonies of #632560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632560

Black with #632560

Text Example


Text Example

White with #632560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632560; }

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

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

background-color css

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

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

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

border-color css

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

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

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