Html Css Color HEX #633156 Palatinate Purple

📋 copy color: '#633156'

red 99 ◦ green 49 ◦ blue 86

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

Shades of Palatinate Purple #633156

Tints of Palatinate Purple #633156

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.94%

 BLUE value IS 86 (33.98% from 255) = 36.75%

R = 42.31%
G = 20.94%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#633156 (or 0x633156) is known color: Palatinate Purple. HEX triplet: 63, 31 and 56. RGB value is (99,49,86). Sum of RGB (Red+Green+Blue) = 99+49+86=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 99 - color contains mainly: red. Hex color #633156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633156 is #9CCEA9. Grayscale: #444444. Windows color (decimal): -10276522 or 5648739. OLE color: 5648739.

HSL color Cylindrical-coordinate representation of color #633156: hue angle of 315.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #633156 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 49 86 -
CMYK 0 0.51 0.13 0.61
HSL 315.6º 0.34% 0.29% -
HSV(B) 315.6º 0.51% 0.39% -
XYZ 7.92 5.52 9.45 -
YUV 68.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 99 49 86 0 0.51 0.13 0.61 315.6 0.34 0.29
Hex 63 31 56 0 33 D 3D 13C 22 1D
Octal 143 61 126 0 63 15 75 474 42 35
Binary 1100011 110001 1010110 0 110011 1101 111101 100111100 100010 11101

Color Harmonies of #633156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633156

Black with #633156

Text Example


Text Example

White with #633156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633156; }

 p { color: rgb(99,49,86); }

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

background-color css

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

 a { background-color: rgb(99,49,86); }

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

border-color css

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

 span { border-color: rgb(99,49,86); }

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