#75256A

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

Shades of Palatinate Purple #75256A

Tints of Palatinate Purple #75256A

Color information

#75256A (or 0x75256A) is unknown color: approx Palatinate Purple. HEX triplet: 75, 25 and 6A. RGB value is (117,37,106). Sum of RGB (Red+Green+Blue) = 117+37+106=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 106 (41.80% from 255 or 40.77% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #75256A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75256A is #8ADA95. Grayscale: #444444. Windows color (decimal): -9099926 or 6956405. OLE color: 6956405.

HSL color Cylindrical-coordinate representation of color #75256A: hue angle of 308.25º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75256A is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11737106-
CMYK00.680.090.54
HSL308.25º51.95%30.2%-
HSV(B)308.25º68.38%45.88%-
XYZ10.66.1514.26-
YUV68.79149162.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45%
GREEN value IS 37 (14.84% from 255) = 14.23%
BLUE value IS 106 (41.80% from 255) = 40.77%
R=45%
G=14.23%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173710600.680.090.54308.2551.9530.2
Hex75256A044936134341e
Octal16545152010411664646436
Binary1110101100101110101001000100100111011010011010011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75256A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,37,106); }

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

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

 a { background-color: rgb(117,37,106); }

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

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

 span { border-color: rgb(117,37,106); }

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