#741861

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

Shades of Palatinate Purple #741861

Tints of Palatinate Purple #741861

Color information

#741861 (or 0x741861) is unknown color: approx Palatinate Purple. HEX triplet: 74, 18 and 61. RGB value is (116,24,97). Sum of RGB (Red+Green+Blue) = 116+24+97=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #741861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741861 is #8BE79E. Grayscale: #3B3B3B. Windows color (decimal): -9168799 or 6363252. OLE color: 6363252.

HSL color Cylindrical-coordinate representation of color #741861: hue angle of 312.39º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #741861 is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB1162497-
CMYK00.790.160.55
HSL312.39º65.71%27.45%-
HSV(B)312.39º79.31%45.49%-
XYZ9.695.2311.81-
YUV59.83148.98168.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.95%
GREEN value IS 24 (9.77% from 255) = 10.13%
BLUE value IS 97 (38.28% from 255) = 40.93%
R=48.95%
G=10.13%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116249700.790.160.55312.3965.7127.45
Hex74186104F1037138421b
Octal164301410117206747010233
Binary11101001100011000010100111110000110111100111000100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741861; }

 p { color: rgb(116,24,97); }

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

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

 a { background-color: rgb(116,24,97); }

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

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

 span { border-color: rgb(116,24,97); }

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