#75217D

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

Shades of Seance #75217D

Tints of Seance #75217D

Color information

#75217D (or 0x75217D) is unknown color: approx Seance. HEX triplet: 75, 21 and 7D. RGB value is (117,33,125). Sum of RGB (Red+Green+Blue) = 117+33+125=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 125 - color contains mainly: blue. Hex color #75217D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75217D is #8ADE82. Grayscale: #444444. Windows color (decimal): -9100931 or 8200565. OLE color: 8200565.

HSL color Cylindrical-coordinate representation of color #75217D: hue angle of 294.78º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75217D is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11733125-
CMYK0.060.7400.51
HSL294.78º58.23%30.98%-
HSV(B)294.78º73.6%49.02%-
XYZ11.586.3520.02-
YUV68.6159.83162.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.55%
GREEN value IS 33 (13.28% from 255) = 12%
BLUE value IS 125 (49.22% from 255) = 45.45%
R=42.55%
G=12%
B=45.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117331250.060.7400.51294.7858.2330.98
Hex75217D64A0331273a1f
Octal1654117561120634477237
Binary111010110000111111011101001010011001110010011111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75217D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75217D; }

 p { color: rgb(117,33,125); }

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

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

 a { background-color: rgb(117,33,125); }

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

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

 span { border-color: rgb(117,33,125); }

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