#762B71

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

Shades of Seance #762B71

Tints of Seance #762B71

Color information

#762B71 (or 0x762B71) is unknown color: approx Seance. HEX triplet: 76, 2B and 71. RGB value is (118,43,113). Sum of RGB (Red+Green+Blue) = 118+43+113=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #762B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762B71 is #89D48E. Grayscale: #494949. Windows color (decimal): -9032847 or 7416694. OLE color: 7416694.

HSL color Cylindrical-coordinate representation of color #762B71: hue angle of 304º 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 #762B71 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB11843113-
CMYK00.640.040.54
HSL304º46.58%31.57%-
HSV(B)304º63.56%46.27%-
XYZ11.326.7716.33-
YUV73.4150.35159.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.07%
GREEN value IS 43 (17.19% from 255) = 15.69%
BLUE value IS 113 (44.53% from 255) = 41.24%
R=43.07%
G=15.69%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184311300.640.040.5430446.5831.57
Hex762B710404361302f20
Octal1665316101004664605740
Binary1110110101011111000101000000100110110100110000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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