#75257B

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

Shades of Seance #75257B

Tints of Seance #75257B

Color information

#75257B (or 0x75257B) is unknown color: approx Seance. HEX triplet: 75, 25 and 7B. RGB value is (117,37,123). Sum of RGB (Red+Green+Blue) = 117+37+123=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 123 - color contains mainly: blue. Hex color #75257B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75257B is #8ADA84. Grayscale: #464646. Windows color (decimal): -9099909 or 8070517. OLE color: 8070517.

HSL color Cylindrical-coordinate representation of color #75257B: hue angle of 295.81º degrees, saturation: 0.54, 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 #75257B is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11737123-
CMYK0.050.7000.52
HSL295.81º53.75%31.37%-
HSV(B)295.81º69.92%48.24%-
XYZ11.576.5419.39-
YUV70.72157.5161.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.24%
GREEN value IS 37 (14.84% from 255) = 13.36%
BLUE value IS 123 (48.44% from 255) = 44.40%
R=42.24%
G=13.36%
B=44.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117371230.050.7000.52295.8153.7531.37
Hex75257B546034128361f
Octal1654517351060644506637
Binary111010110010111110111011000110011010010010100011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75257B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75257B; }

 p { color: rgb(117,37,123); }

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

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

 a { background-color: rgb(117,37,123); }

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

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

 span { border-color: rgb(117,37,123); }

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