#752081

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

Shades of Seance #752081

Tints of Seance #752081

Color information

#752081 (or 0x752081) is unknown color: approx Seance. HEX triplet: 75, 20 and 81. RGB value is (117,32,129). Sum of RGB (Red+Green+Blue) = 117+32+129=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 129 - color contains mainly: blue. Hex color #752081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752081 is #8ADF7E. Grayscale: #444444. Windows color (decimal): -9101183 or 8462453. OLE color: 8462453.

HSL color Cylindrical-coordinate representation of color #752081: hue angle of 292.58º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #752081 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11732129-
CMYK0.090.7500.49
HSL292.58º60.25%31.57%-
HSV(B)292.58º75.19%50.59%-
XYZ11.826.421.38-
YUV68.47162.16162.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.09%
GREEN value IS 32 (12.89% from 255) = 11.51%
BLUE value IS 129 (50.78% from 255) = 46.40%
R=42.09%
G=11.51%
B=46.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117321290.090.7500.49292.5860.2531.57
Hex75208194B0311253c20
Octal16540201111130614457440
Binary111010110000010000001100110010110110001100100101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752081; }

 p { color: rgb(117,32,129); }

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

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

 a { background-color: rgb(117,32,129); }

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

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

 span { border-color: rgb(117,32,129); }

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