#74205B

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

Shades of Palatinate Purple #74205B

Tints of Palatinate Purple #74205B

Color information

#74205B (or 0x74205B) is unknown color: approx Palatinate Purple. HEX triplet: 74, 20 and 5B. RGB value is (116,32,91). Sum of RGB (Red+Green+Blue) = 116+32+91=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #74205B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74205B is #8BDFA4. Grayscale: #3F3F3F. Windows color (decimal): -9166757 or 5972084. OLE color: 5972084.

HSL color Cylindrical-coordinate representation of color #74205B: hue angle of 317.86º 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 #74205B is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1163291-
CMYK00.720.220.55
HSL317.86º56.76%29.02%-
HSV(B)317.86º72.41%45.49%-
XYZ9.615.510.45-
YUV63.84143.33165.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.54%
GREEN value IS 32 (12.89% from 255) = 13.39%
BLUE value IS 91 (35.94% from 255) = 38.08%
R=48.54%
G=13.39%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116329100.720.220.55317.8656.7629.02
Hex74205B048163713e391d
Octal16440133011026674767135
Binary11101001000001011011010010001011011011110011111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74205B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74205B; }

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

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

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

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

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

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

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

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