#75226F

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

Shades of Palatinate Purple #75226F

Tints of Palatinate Purple #75226F

Color information

#75226F (or 0x75226F) is unknown color: approx Palatinate Purple. HEX triplet: 75, 22 and 6F. RGB value is (117,34,111). Sum of RGB (Red+Green+Blue) = 117+34+111=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #75226F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75226F is #8ADD90. Grayscale: #434343. Windows color (decimal): -9100689 or 7283317. OLE color: 7283317.

HSL color Cylindrical-coordinate representation of color #75226F: hue angle of 304.34º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #75226F is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB11734111-
CMYK00.710.050.54
HSL304.34º54.97%29.61%-
HSV(B)304.34º70.94%45.88%-
XYZ10.786.0715.64-
YUV67.6152.5163.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.66%
GREEN value IS 34 (13.67% from 255) = 12.98%
BLUE value IS 111 (43.75% from 255) = 42.37%
R=44.66%
G=12.98%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173411100.710.050.54304.3454.9729.61
Hex75226F047536130371e
Octal1654215701075664606736
Binary111010110001011011110100011110111011010011000011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75226F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,34,111); }

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

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

 a { background-color: rgb(117,34,111); }

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

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

 span { border-color: rgb(117,34,111); }

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