#74256A

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

Shades of Palatinate Purple #74256A

Tints of Palatinate Purple #74256A

Color information

#74256A (or 0x74256A) is unknown color: approx Palatinate Purple. HEX triplet: 74, 25 and 6A. RGB value is (116,37,106). Sum of RGB (Red+Green+Blue) = 116+37+106=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #74256A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74256A is #8BDA95. Grayscale: #444444. Windows color (decimal): -9165462 or 6956404. OLE color: 6956404.

HSL color Cylindrical-coordinate representation of color #74256A: hue angle of 307.59º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74256A is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB11637106-
CMYK00.680.090.55
HSL307.59º51.63%30%-
HSV(B)307.59º68.1%45.49%-
XYZ10.476.0814.26-
YUV68.49149.17161.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.79%
GREEN value IS 37 (14.84% from 255) = 14.29%
BLUE value IS 106 (41.80% from 255) = 40.93%
R=44.79%
G=14.29%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163710600.680.090.55307.5951.6330
Hex74256A044937134341e
Octal16445152010411674646436
Binary1110100100101110101001000100100111011110011010011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74256A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74256A; }

 p { color: rgb(116,37,106); }

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

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

 a { background-color: rgb(116,37,106); }

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

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

 span { border-color: rgb(116,37,106); }

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