#74236C

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

Shades of Palatinate Purple #74236C

Tints of Palatinate Purple #74236C

Color information

#74236C (or 0x74236C) is unknown color: approx Palatinate Purple. HEX triplet: 74, 23 and 6C. RGB value is (116,35,108). Sum of RGB (Red+Green+Blue) = 116+35+108=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #74236C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74236C is #8BDC93. Grayscale: #434343. Windows color (decimal): -9165972 or 7086964. OLE color: 7086964.

HSL color Cylindrical-coordinate representation of color #74236C: hue angle of 305.93º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74236C is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11635108-
CMYK00.700.070.55
HSL305.93º53.64%29.61%-
HSV(B)305.93º69.83%45.49%-
XYZ10.51614.79-
YUV67.54150.84162.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.79%
GREEN value IS 35 (14.06% from 255) = 13.51%
BLUE value IS 108 (42.58% from 255) = 41.70%
R=44.79%
G=13.51%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163510800.700.070.55305.9353.6429.61
Hex74236C046737132361e
Octal1644315401067674626636
Binary111010010001111011000100011011111011110011001011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74236C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74236C; }

 p { color: rgb(116,35,108); }

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

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

 a { background-color: rgb(116,35,108); }

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

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

 span { border-color: rgb(116,35,108); }

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