#752867

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

Shades of Palatinate Purple #752867

Tints of Palatinate Purple #752867

Color information

#752867 (or 0x752867) is unknown color: approx Palatinate Purple. HEX triplet: 75, 28 and 67. RGB value is (117,40,103). Sum of RGB (Red+Green+Blue) = 117+40+103=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 103 (40.62% from 255 or 39.62% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #752867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752867 is #8AD798. Grayscale: #464646. Windows color (decimal): -9099161 or 6760565. OLE color: 6760565.

HSL color Cylindrical-coordinate representation of color #752867: hue angle of 310.91º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #752867 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB11740103-
CMYK00.660.120.54
HSL310.91º49.04%30.78%-
HSV(B)310.91º65.81%45.88%-
XYZ10.546.2813.49-
YUV70.2146.51161.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45%
GREEN value IS 40 (16.02% from 255) = 15.38%
BLUE value IS 103 (40.62% from 255) = 39.62%
R=45%
G=15.38%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174010300.660.120.54310.9149.0430.78
Hex752867042C36137311f
Octal16550147010214664676137
Binary1110101101000110011101000010110011011010011011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752867; }

 p { color: rgb(117,40,103); }

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

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

 a { background-color: rgb(117,40,103); }

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

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

 span { border-color: rgb(117,40,103); }

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