Html Css Color HEX #661365 Palatinate Purple

📋 copy color: '#661365'

red 102 ◦ green 19 ◦ blue 101

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

Shades of Palatinate Purple #661365

Tints of Palatinate Purple #661365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 45.5%

R = 45.95%
G = 8.56%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.6

RGB Variations

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

Color information

#661365 (or 0x661365) is known color: Palatinate Purple. HEX triplet: 66, 13 and 65. RGB value is (102,19,101). Sum of RGB (Red+Green+Blue) = 102+19+101=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 102 - color contains mainly: red. Hex color #661365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661365 is #99EC9A. Grayscale: #343434. Windows color (decimal): -10087579 or 6624102. OLE color: 6624102.

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

Color convert

RGB 102 19 101 -
CMYK 0 0.81 0.01 0.6
HSL 300.72º 0.69% 0.24% -
HSV(B) 300.72º 0.81% 0.4% -
XYZ 8.06 4.23 12.7 -
YUV 53.17 155 162.83 -
System Red Green Blue C M Y K H S L
Decimal 102 19 101 0 0.81 0.01 0.6 300.72 0.69 0.24
Hex 66 13 65 0 51 1 3C 12D 45 18
Octal 146 23 145 0 121 1 74 455 105 30
Binary 1100110 10011 1100101 0 1010001 1 111100 100101101 1000101 11000

Color Harmonies of #661365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661365

Black with #661365

Text Example


Text Example

White with #661365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661365; }

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

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

background-color css

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

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

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

border-color css

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

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

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