Html Css Color HEX #663056 Palatinate Purple

📋 copy color: '#663056'

red 102 ◦ green 48 ◦ blue 86

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

Shades of Palatinate Purple #663056

Tints of Palatinate Purple #663056

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.34%

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

R = 43.22%
G = 20.34%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.6

RGB Variations

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

Color information

#663056 (or 0x663056) is known color: Palatinate Purple. HEX triplet: 66, 30 and 56. RGB value is (102,48,86). Sum of RGB (Red+Green+Blue) = 102+48+86=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 102 - color contains mainly: red. Hex color #663056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663056 is #99CFA9. Grayscale: #444444. Windows color (decimal): -10080170 or 5648486. OLE color: 5648486.

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

Color convert

RGB 102 48 86 -
CMYK 0 0.53 0.16 0.6
HSL 317.78º 0.36% 0.29% -
HSV(B) 317.78º 0.53% 0.4% -
XYZ 8.22 5.61 9.45 -
YUV 68.48 137.89 151.91 -
System Red Green Blue C M Y K H S L
Decimal 102 48 86 0 0.53 0.16 0.6 317.78 0.36 0.29
Hex 66 30 56 0 35 10 3C 13E 24 1D
Octal 146 60 126 0 65 20 74 476 44 35
Binary 1100110 110000 1010110 0 110101 10000 111100 100111110 100100 11101

Color Harmonies of #663056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663056

Black with #663056

Text Example


Text Example

White with #663056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663056; }

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

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

background-color css

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

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

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

border-color css

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

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

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