#74215A

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

Shades of Palatinate Purple #74215A

Tints of Palatinate Purple #74215A

Color information

#74215A (or 0x74215A) is unknown color: approx Palatinate Purple. HEX triplet: 74, 21 and 5A. RGB value is (116,33,90). Sum of RGB (Red+Green+Blue) = 116+33+90=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #74215A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74215A is #8BDEA5. Grayscale: #404040. Windows color (decimal): -9166502 or 5906804. OLE color: 5906804.

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

Color convert

RGB1163390-
CMYK00.720.220.55
HSL318.8º55.7%29.22%-
HSV(B)318.8º71.55%45.49%-
XYZ9.595.5410.24-
YUV64.32142.5164.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.54%
GREEN value IS 33 (13.28% from 255) = 13.81%
BLUE value IS 90 (35.55% from 255) = 37.66%
R=48.54%
G=13.81%
B=37.66%

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
Decimal116339000.720.220.55318.855.729.22
Hex74215A048163713f381d
Octal16441132011026674777035
Binary11101001000011011010010010001011011011110011111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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