#74165A

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

Shades of Palatinate Purple #74165A

Tints of Palatinate Purple #74165A

Color information

#74165A (or 0x74165A) is unknown color: approx Palatinate Purple. HEX triplet: 74, 16 and 5A. RGB value is (116,22,90). Sum of RGB (Red+Green+Blue) = 116+22+90=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #74165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74165A is #8BE9A5. Grayscale: #393939. Windows color (decimal): -9169318 or 5903988. OLE color: 5903988.

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

Color convert

RGB1162290-
CMYK00.810.220.55
HSL316.6º68.12%27.06%-
HSV(B)316.6º81.03%45.49%-
XYZ9.335.0310.15-
YUV57.86146.14169.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.88%
GREEN value IS 22 (8.98% from 255) = 9.65%
BLUE value IS 90 (35.55% from 255) = 39.47%
R=50.88%
G=9.65%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116229000.810.220.55316.668.1227.06
Hex74165A051163713d441b
Octal164261320121266747510433
Binary11101001011010110100101000110110110111100111101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,22,90); }

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

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

 a { background-color: rgb(116,22,90); }

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

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

 span { border-color: rgb(116,22,90); }

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