#76257A

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

Shades of Seance #76257A

Tints of Seance #76257A

Color information

#76257A (or 0x76257A) is unknown color: approx Seance. HEX triplet: 76, 25 and 7A. RGB value is (118,37,122). Sum of RGB (Red+Green+Blue) = 118+37+122=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 122 - color contains mainly: blue. Hex color #76257A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76257A is #89DA85. Grayscale: #464646. Windows color (decimal): -9034374 or 8004982. OLE color: 8004982.

HSL color Cylindrical-coordinate representation of color #76257A: hue angle of 297.18º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76257A is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11837122-
CMYK0.030.7000.52
HSL297.18º53.46%31.18%-
HSV(B)297.18º69.67%47.84%-
XYZ11.656.5819.07-
YUV70.91156.84161.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.60%
GREEN value IS 37 (14.84% from 255) = 13.36%
BLUE value IS 122 (48.05% from 255) = 44.04%
R=42.60%
G=13.36%
B=44.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118371220.030.7000.52297.1853.4631.18
Hex76257A346034129351f
Octal1664517231060644516537
Binary11101101001011111010111000110011010010010100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76257A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76257A; }

 p { color: rgb(118,37,122); }

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

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

 a { background-color: rgb(118,37,122); }

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

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

 span { border-color: rgb(118,37,122); }

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