Html Css Color HEX #663260 Palatinate Purple

📋 copy color: '#663260'

red 102 ◦ green 50 ◦ blue 96

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

Shades of Palatinate Purple #663260

Tints of Palatinate Purple #663260

RGB

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

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

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

R = 41.13%
G = 20.16%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#663260 (or 0x663260) is known color: Palatinate Purple. HEX triplet: 66, 32 and 60. RGB value is (102,50,96). Sum of RGB (Red+Green+Blue) = 102+50+96=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #663260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663260 is #99CD9F. Grayscale: #464646. Windows color (decimal): -10079648 or 6304358. OLE color: 6304358.

HSL color Cylindrical-coordinate representation of color #663260: hue angle of 306.92º 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 #663260 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 50 96 -
CMYK 0 0.51 0.06 0.6
HSL 306.92º 0.34% 0.3% -
HSV(B) 306.92º 0.51% 0.4% -
XYZ 8.73 5.95 11.75 -
YUV 70.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 102 50 96 0 0.51 0.06 0.6 306.92 0.34 0.3
Hex 66 32 60 0 33 6 3C 133 22 1E
Octal 146 62 140 0 63 6 74 463 42 36
Binary 1100110 110010 1100000 0 110011 110 111100 100110011 100010 11110

Color Harmonies of #663260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663260

Black with #663260

Text Example


Text Example

White with #663260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663260; }

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

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

background-color css

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

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

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

border-color css

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

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

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