#661F5E

Color #661F5E Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #661F5E

Tints of Palatinate Purple #661F5E

Color information

#661F5E (or 0x661F5E) is unknown color: approx Palatinate Purple. HEX triplet: 66, 1F and 5E. RGB value is (102,31,94). Sum of RGB (Red+Green+Blue) = 102+31+94=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 102 - color contains mainly: red. Hex color #661F5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661F5E is #99E0A1. Grayscale: #3B3B3B. Windows color (decimal): -10084514 or 6168422. OLE color: 6168422.

HSL color Cylindrical-coordinate representation of color #661F5E: hue angle of 306.76º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #661F5E is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB1023194-
CMYK00.700.080.6
HSL306.76º53.38%26.08%-
HSV(B)306.76º69.61%40%-
XYZ7.994.6111.06-
YUV59.41147.52158.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.93%
GREEN value IS 31 (12.5% from 255) = 13.66%
BLUE value IS 94 (37.11% from 255) = 41.41%
R=44.93%
G=13.66%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102319400.700.080.6306.7653.3826.08
Hex661F5E04683C133351a
Octal14637136010610744636532
Binary110011011111101111001000110100011110010011001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661F5E; }

 p { color: rgb(102,31,94); }

 H1.HeaderClassName
 {
   color: #661F5E;
 }
 .AnyTagClassName
 {
   color: #661F5E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #661F5E;
 }
 .BgClassName
 {
   background-color: #661F5E;
 }
</style>
border-color css

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

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

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