#740F66

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

Shades of Palatinate Purple #740F66

Tints of Palatinate Purple #740F66

Color information

#740F66 (or 0x740F66) is unknown color: approx Palatinate Purple. HEX triplet: 74, 0F and 66. RGB value is (116,15,102). Sum of RGB (Red+Green+Blue) = 116+15+102=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #740F66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740F66 is #8BF099. Grayscale: #363636. Windows color (decimal): -9171098 or 6688628. OLE color: 6688628.

HSL color Cylindrical-coordinate representation of color #740F66: hue angle of 308.32º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #740F66 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB11615102-
CMYK00.870.120.55
HSL308.32º77.1%25.69%-
HSV(B)308.32º87.07%45.49%-
XYZ9.775.0113.02-
YUV55.12154.46171.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.79%
GREEN value IS 15 (6.25% from 255) = 6.44%
BLUE value IS 102 (40.23% from 255) = 43.78%
R=49.79%
G=6.44%
B=43.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161510200.870.120.55308.3277.125.69
Hex74F66057C371344d1a
Octal164171460127146746411532
Binary111010011111100110010101111100110111100110100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740F66; }

 p { color: rgb(116,15,102); }

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

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

 a { background-color: rgb(116,15,102); }

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

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

 span { border-color: rgb(116,15,102); }

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