Html Css Color HEX #663161 Palatinate Purple

📋 copy color: '#663161'

red 102 ◦ green 49 ◦ blue 97

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

Shades of Palatinate Purple #663161

Tints of Palatinate Purple #663161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 39.11%

R = 41.13%
G = 19.76%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.6

RGB Variations

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

Color information

#663161 (or 0x663161) is known color: Palatinate Purple. HEX triplet: 66, 31 and 61. RGB value is (102,49,97). Sum of RGB (Red+Green+Blue) = 102+49+97=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #663161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663161 is #99CE9E. Grayscale: #464646. Windows color (decimal): -10079903 or 6369638. OLE color: 6369638.

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

Color convert

RGB 102 49 97 -
CMYK 0 0.52 0.05 0.6
HSL 305.66º 0.35% 0.3% -
HSV(B) 305.66º 0.52% 0.4% -
XYZ 8.74 5.88 11.98 -
YUV 70.32 143.06 150.6 -
System Red Green Blue C M Y K H S L
Decimal 102 49 97 0 0.52 0.05 0.6 305.66 0.35 0.3
Hex 66 31 61 0 34 5 3C 132 23 1E
Octal 146 61 141 0 64 5 74 462 43 36
Binary 1100110 110001 1100001 0 110100 101 111100 100110010 100011 11110

Color Harmonies of #663161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663161

Black with #663161

Text Example


Text Example

White with #663161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663161; }

 p { color: rgb(102,49,97); }

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

background-color css

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

 a { background-color: rgb(102,49,97); }

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

border-color css

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

 span { border-color: rgb(102,49,97); }

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