Html Css Color HEX #633560 Palatinate Purple

📋 copy color: '#633560'

red 99 ◦ green 53 ◦ blue 96

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

Shades of Palatinate Purple #633560

Tints of Palatinate Purple #633560

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.37%

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

R = 39.92%
G = 21.37%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#633560 (or 0x633560) is known color: Palatinate Purple. HEX triplet: 63, 35 and 60. RGB value is (99,53,96). Sum of RGB (Red+Green+Blue) = 99+53+96=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 99 - color contains mainly: red. Hex color #633560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633560 is #9CCA9F. Grayscale: #474747. Windows color (decimal): -10275488 or 6305123. OLE color: 6305123.

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

Color convert

RGB 99 53 96 -
CMYK 0 0.46 0.03 0.61
HSL 303.91º 0.3% 0.3% -
HSV(B) 303.91º 0.46% 0.39% -
XYZ 8.53 6.04 11.78 -
YUV 71.66 141.74 147.5 -
System Red Green Blue C M Y K H S L
Decimal 99 53 96 0 0.46 0.03 0.61 303.91 0.3 0.3
Hex 63 35 60 0 2E 3 3D 130 1E 1E
Octal 143 65 140 0 56 3 75 460 36 36
Binary 1100011 110101 1100000 0 101110 11 111101 100110000 11110 11110

Color Harmonies of #633560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633560

Black with #633560

Text Example


Text Example

White with #633560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633560; }

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

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

background-color css

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

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

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

border-color css

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

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

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