Html Css Color HEX #661355 Palatinate Purple

📋 copy color: '#661355'

red 102 ◦ green 19 ◦ blue 85

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

Shades of Palatinate Purple #661355

Tints of Palatinate Purple #661355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 41.26%

R = 49.51%
G = 9.22%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.6

RGB Variations

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

Color information

#661355 (or 0x661355) is known color: Palatinate Purple. HEX triplet: 66, 13 and 55. RGB value is (102,19,85). Sum of RGB (Red+Green+Blue) = 102+19+85=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #661355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661355 is #99ECAA. Grayscale: #333333. Windows color (decimal): -10087595 or 5575526. OLE color: 5575526.

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

Color convert

RGB 102 19 85 -
CMYK 0 0.81 0.17 0.6
HSL 312.29º 0.69% 0.24% -
HSV(B) 312.29º 0.81% 0.4% -
XYZ 7.35 3.95 8.97 -
YUV 51.34 147 164.13 -
System Red Green Blue C M Y K H S L
Decimal 102 19 85 0 0.81 0.17 0.6 312.29 0.69 0.24
Hex 66 13 55 0 51 11 3C 138 45 18
Octal 146 23 125 0 121 21 74 470 105 30
Binary 1100110 10011 1010101 0 1010001 10001 111100 100111000 1000101 11000

Color Harmonies of #661355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661355

Black with #661355

Text Example


Text Example

White with #661355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661355; }

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

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

background-color css

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

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

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

border-color css

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

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

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