Html Css Color HEX #661366 Palatinate Purple

📋 copy color: '#661366'

red 102 ◦ green 19 ◦ blue 102

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

Shades of Palatinate Purple #661366

Tints of Palatinate Purple #661366

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.52%

 BLUE value IS 102 (40.23% from 255) = 45.74%

R = 45.74%
G = 8.52%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#661366 (or 0x661366) is known color: Palatinate Purple. HEX triplet: 66, 13 and 66. RGB value is (102,19,102). Sum of RGB (Red+Green+Blue) = 102+19+102=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #661366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661366 is #99EC99. Grayscale: #353535. Windows color (decimal): -10087578 or 6689638. OLE color: 6689638.

HSL color Cylindrical-coordinate representation of color #661366: hue angle of 300º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #661366 is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 19 102 -
CMYK 0 0.81 0 0.6
HSL 300º 0.69% 0.24% -
HSV(B) 300º 0.81% 0.4% -
XYZ 8.11 4.25 12.96 -
YUV 53.28 155.5 162.75 -
System Red Green Blue C M Y K H S L
Decimal 102 19 102 0 0.81 0 0.6 300 0.69 0.24
Hex 66 13 66 0 51 0 3C 12C 45 18
Octal 146 23 146 0 121 0 74 454 105 30
Binary 1100110 10011 1100110 0 1010001 0 111100 100101100 1000101 11000

Color Harmonies of #661366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661366

Black with #661366

Text Example


Text Example

White with #661366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661366; }

 p { color: rgb(102,19,102); }

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

background-color css

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

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

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

border-color css

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

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

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