#74266F

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

Shades of Palatinate Purple #74266F

Tints of Palatinate Purple #74266F

Color information

#74266F (or 0x74266F) is unknown color: approx Palatinate Purple. HEX triplet: 74, 26 and 6F. RGB value is (116,38,111). Sum of RGB (Red+Green+Blue) = 116+38+111=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #74266F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74266F is #8BD990. Grayscale: #454545. Windows color (decimal): -9165201 or 7284340. OLE color: 7284340.

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

Color convert

RGB11638111-
CMYK00.670.040.55
HSL303.85º50.65%30.2%-
HSV(B)303.85º67.24%45.49%-
XYZ10.766.2515.68-
YUV69.64151.34161.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.77%
GREEN value IS 38 (15.23% from 255) = 14.34%
BLUE value IS 111 (43.75% from 255) = 41.89%
R=43.77%
G=14.34%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163811100.670.040.55303.8550.6530.2
Hex74266F043437130331e
Octal1644615701034674606336
Binary111010010011011011110100001110011011110011000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74266F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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