Html Css Color HEX #663256 Palatinate Purple

📋 copy color: '#663256'

red 102 ◦ green 50 ◦ blue 86

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

Shades of Palatinate Purple #663256

Tints of Palatinate Purple #663256

RGB

 RED value IS 102 (40.23% from 255) = 42.86%

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

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

R = 42.86%
G = 21.01%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.6

RGB Variations

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

Color information

#663256 (or 0x663256) is known color: Palatinate Purple. HEX triplet: 66, 32 and 56. RGB value is (102,50,86). Sum of RGB (Red+Green+Blue) = 102+50+86=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 102 - color contains mainly: red. Hex color #663256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663256 is #99CDA9. Grayscale: #454545. Windows color (decimal): -10079658 or 5648998. OLE color: 5648998.

HSL color Cylindrical-coordinate representation of color #663256: hue angle of 318.46º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #663256 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 50 86 -
CMYK 0 0.51 0.16 0.6
HSL 318.46º 0.34% 0.3% -
HSV(B) 318.46º 0.51% 0.4% -
XYZ 8.3 5.78 9.48 -
YUV 69.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 102 50 86 0 0.51 0.16 0.6 318.46 0.34 0.3
Hex 66 32 56 0 33 10 3C 13E 22 1E
Octal 146 62 126 0 63 20 74 476 42 36
Binary 1100110 110010 1010110 0 110011 10000 111100 100111110 100010 11110

Color Harmonies of #663256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663256

Black with #663256

Text Example


Text Example

White with #663256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663256; }

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

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

background-color css

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

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

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

border-color css

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

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

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