#762867

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

Shades of Palatinate Purple #762867

Tints of Palatinate Purple #762867

Color information

#762867 (or 0x762867) is unknown color: approx Palatinate Purple. HEX triplet: 76, 28 and 67. RGB value is (118,40,103). Sum of RGB (Red+Green+Blue) = 118+40+103=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #762867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762867 is #89D798. Grayscale: #464646. Windows color (decimal): -9033625 or 6760566. OLE color: 6760566.

HSL color Cylindrical-coordinate representation of color #762867: hue angle of 311.54º 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 #762867 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB11840103-
CMYK00.660.130.54
HSL311.54º49.37%30.98%-
HSV(B)311.54º66.1%46.27%-
XYZ10.686.3513.49-
YUV70.5146.34161.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 40 (16.02% from 255) = 15.33%
BLUE value IS 103 (40.62% from 255) = 39.46%
R=45.21%
G=15.33%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184010300.660.130.54311.5449.3730.98
Hex762867042D36138311f
Octal16650147010215664706137
Binary1110110101000110011101000010110111011010011100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762867; }

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

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

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

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

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

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

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

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