#762467

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

Shades of Palatinate Purple #762467

Tints of Palatinate Purple #762467

Color information

#762467 (or 0x762467) is unknown color: approx Palatinate Purple. HEX triplet: 76, 24 and 67. RGB value is (118,36,103). Sum of RGB (Red+Green+Blue) = 118+36+103=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 103 (40.62% from 255 or 40.08% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #762467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762467 is #89DB98. Grayscale: #434343. Windows color (decimal): -9034649 or 6759542. OLE color: 6759542.

HSL color Cylindrical-coordinate representation of color #762467: hue angle of 310.98º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #762467 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB11836103-
CMYK00.690.130.54
HSL310.98º53.25%30.2%-
HSV(B)310.98º69.49%46.27%-
XYZ10.556.0913.45-
YUV68.16147.67163.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 36 (14.45% from 255) = 14.01%
BLUE value IS 103 (40.62% from 255) = 40.08%
R=45.91%
G=14.01%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183610300.690.130.54310.9853.2530.2
Hex762467045D36137351e
Octal16644147010515664676536
Binary1110110100100110011101000101110111011010011011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762467; }

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

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

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

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

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

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

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

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