#762B6F

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

Shades of Palatinate Purple #762B6F

Tints of Palatinate Purple #762B6F

Color information

#762B6F (or 0x762B6F) is unknown color: approx Palatinate Purple. HEX triplet: 76, 2B and 6F. RGB value is (118,43,111). Sum of RGB (Red+Green+Blue) = 118+43+111=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #762B6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762B6F is #89D490. Grayscale: #484848. Windows color (decimal): -9032849 or 7285622. OLE color: 7285622.

HSL color Cylindrical-coordinate representation of color #762B6F: hue angle of 305.6º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #762B6F is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB11843111-
CMYK00.640.060.54
HSL305.6º46.58%31.57%-
HSV(B)305.6º63.56%46.27%-
XYZ11.26.7315.75-
YUV73.18149.35159.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.38%
GREEN value IS 43 (17.19% from 255) = 15.81%
BLUE value IS 111 (43.75% from 255) = 40.81%
R=43.38%
G=15.81%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184311100.640.060.54305.646.5831.57
Hex762B6F0406361322f20
Octal1665315701006664625740
Binary1110110101011110111101000000110110110100110010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762B6F; }

 p { color: rgb(118,43,111); }

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

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

 a { background-color: rgb(118,43,111); }

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

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

 span { border-color: rgb(118,43,111); }

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