#74206F

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

Shades of Palatinate Purple #74206F

Tints of Palatinate Purple #74206F

Color information

#74206F (or 0x74206F) is unknown color: approx Palatinate Purple. HEX triplet: 74, 20 and 6F. RGB value is (116,32,111). Sum of RGB (Red+Green+Blue) = 116+32+111=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #74206F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74206F is #8BDF90. Grayscale: #414141. Windows color (decimal): -9166737 or 7282804. OLE color: 7282804.

HSL color Cylindrical-coordinate representation of color #74206F: hue angle of 303.57º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74206F is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11632111-
CMYK00.720.040.55
HSL303.57º56.76%29.02%-
HSV(B)303.57º72.41%45.49%-
XYZ10.595.8915.62-
YUV66.12153.33163.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.79%
GREEN value IS 32 (12.89% from 255) = 12.36%
BLUE value IS 111 (43.75% from 255) = 42.86%
R=44.79%
G=12.36%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163211100.720.040.55303.5756.7629.02
Hex74206F048437130391d
Octal1644015701104674607135
Binary111010010000011011110100100010011011110011000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74206F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74206F; }

 p { color: rgb(116,32,111); }

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

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

 a { background-color: rgb(116,32,111); }

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

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

 span { border-color: rgb(116,32,111); }

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