Html Css Color HEX #661361 Palatinate Purple

📋 copy color: '#661361'

red 102 ◦ green 19 ◦ blue 97

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

Shades of Palatinate Purple #661361

Tints of Palatinate Purple #661361

RGB

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

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

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

R = 46.79%
G = 8.72%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.6

RGB Variations

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

Color information

#661361 (or 0x661361) is known color: Palatinate Purple. HEX triplet: 66, 13 and 61. RGB value is (102,19,97). Sum of RGB (Red+Green+Blue) = 102+19+97=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 102 - color contains mainly: red. Hex color #661361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661361 is #99EC9E. Grayscale: #343434. Windows color (decimal): -10087583 or 6361958. OLE color: 6361958.

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

Color convert

RGB 102 19 97 -
CMYK 0 0.81 0.05 0.6
HSL 303.61º 0.69% 0.24% -
HSV(B) 303.61º 0.81% 0.4% -
XYZ 7.87 4.15 11.7 -
YUV 52.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 102 19 97 0 0.81 0.05 0.6 303.61 0.69 0.24
Hex 66 13 61 0 51 5 3C 130 45 18
Octal 146 23 141 0 121 5 74 460 105 30
Binary 1100110 10011 1100001 0 1010001 101 111100 100110000 1000101 11000

Color Harmonies of #661361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661361

Black with #661361

Text Example


Text Example

White with #661361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661361; }

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

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

background-color css

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

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

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

border-color css

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

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

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