#75237A

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

Shades of Seance #75237A

Tints of Seance #75237A

Color information

#75237A (or 0x75237A) is unknown color: approx Seance. HEX triplet: 75, 23 and 7A. RGB value is (117,35,122). Sum of RGB (Red+Green+Blue) = 117+35+122=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 122 - color contains mainly: blue. Hex color #75237A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75237A is #8ADC85. Grayscale: #454545. Windows color (decimal): -9100422 or 8004469. OLE color: 8004469.

HSL color Cylindrical-coordinate representation of color #75237A: hue angle of 296.55º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #75237A is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11735122-
CMYK0.040.7100.52
HSL296.55º55.41%30.78%-
HSV(B)296.55º71.31%47.84%-
XYZ11.456.3919.04-
YUV69.44157.67161.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.70%
GREEN value IS 35 (14.06% from 255) = 12.77%
BLUE value IS 122 (48.05% from 255) = 44.53%
R=42.70%
G=12.77%
B=44.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117351220.040.7100.52296.5555.4130.78
Hex75237A447034129371f
Octal1654317241070644516737
Binary111010110001111110101001000111011010010010100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75237A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,35,122); }

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

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

 a { background-color: rgb(117,35,122); }

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

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

 span { border-color: rgb(117,35,122); }

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