Html Css Color HEX #633256 Palatinate Purple

📋 copy color: '#633256'

red 99 ◦ green 50 ◦ blue 86

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

Shades of Palatinate Purple #633256

Tints of Palatinate Purple #633256

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.28%

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

R = 42.13%
G = 21.28%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#633256 (or 0x633256) is known color: Palatinate Purple. HEX triplet: 63, 32 and 56. RGB value is (99,50,86). Sum of RGB (Red+Green+Blue) = 99+50+86=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 99 - color contains mainly: red. Hex color #633256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633256 is #9CCDA9. Grayscale: #444444. Windows color (decimal): -10276266 or 5648995. OLE color: 5648995.

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

Color convert

RGB 99 50 86 -
CMYK 0 0.49 0.13 0.61
HSL 315.92º 0.33% 0.29% -
HSV(B) 315.92º 0.49% 0.39% -
XYZ 7.97 5.61 9.47 -
YUV 68.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 99 50 86 0 0.49 0.13 0.61 315.92 0.33 0.29
Hex 63 32 56 0 31 D 3D 13C 21 1D
Octal 143 62 126 0 61 15 75 474 41 35
Binary 1100011 110010 1010110 0 110001 1101 111101 100111100 100001 11101

Color Harmonies of #633256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633256

Black with #633256

Text Example


Text Example

White with #633256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633256; }

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

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

background-color css

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

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

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

border-color css

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

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

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