Html Css Color HEX #663861 Palatinate Purple

📋 copy color: '#663861'

red 102 ◦ green 56 ◦ blue 97

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

Shades of Palatinate Purple #663861

Tints of Palatinate Purple #663861

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.96%

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

R = 40%
G = 21.96%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.6

RGB Variations

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

Color information

#663861 (or 0x663861) is known color: Palatinate Purple. HEX triplet: 66, 38 and 61. RGB value is (102,56,97). Sum of RGB (Red+Green+Blue) = 102+56+97=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 102 - color contains mainly: red. Hex color #663861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663861 is #99C79E. Grayscale: #4A4A4A. Windows color (decimal): -10078111 or 6371430. OLE color: 6371430.

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

Color convert

RGB 102 56 97 -
CMYK 0 0.45 0.05 0.6
HSL 306.52º 0.29% 0.31% -
HSV(B) 306.52º 0.45% 0.4% -
XYZ 9.05 6.52 12.09 -
YUV 74.43 140.74 147.67 -
System Red Green Blue C M Y K H S L
Decimal 102 56 97 0 0.45 0.05 0.6 306.52 0.29 0.31
Hex 66 38 61 0 2D 5 3C 133 1D 1F
Octal 146 70 141 0 55 5 74 463 35 37
Binary 1100110 111000 1100001 0 101101 101 111100 100110011 11101 11111

Color Harmonies of #663861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663861

Black with #663861

Text Example


Text Example

White with #663861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663861; }

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

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

background-color css

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

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

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

border-color css

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

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

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