Html Css Color HEX #752179 Seance

📋 copy color: '#752179'

red 117 ◦ green 33 ◦ blue 121

#752179
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seance #752179

Tints of Seance #752179

RGB

 RED value IS 117 (46.09% from 255) = 43.17%

 GREEN value IS 33 (13.28% from 255) = 12.18%

 BLUE value IS 121 (47.66% from 255) = 44.65%

R = 43.17%
G = 12.18%
B = 44.65%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#752179 (or 0x752179) is known color: Seance. HEX triplet: 75, 21 and 79. RGB value is (117,33,121). Sum of RGB (Red+Green+Blue) = 117+33+121=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 121 - color contains mainly: blue. Hex color #752179 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752179 is #8ADE86. Grayscale: #434343. Windows color (decimal): -9100935 or 7938421. OLE color: 7938421.

HSL color Cylindrical-coordinate representation of color #752179: hue angle of 297.27º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752179 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 33 121 -
CMYK 0.03 0.73 0 0.53
HSL 297.27º 0.57% 0.3% -
HSV(B) 297.27º 0.73% 0.47% -
XYZ 11.33 6.25 18.7 -
YUV 68.15 157.83 162.84 -
System Red Green Blue C M Y K H S L
Decimal 117 33 121 0.03 0.73 0 0.53 297.27 0.57 0.3
Hex 75 21 79 3 49 0 35 129 39 1E
Octal 165 41 171 3 111 0 65 451 71 36
Binary 1110101 100001 1111001 11 1001001 0 110101 100101001 111001 11110

Color Harmonies of #752179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752179

Black with #752179

Text Example


Text Example

White with #752179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752179; }

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

 H1.HeaderClassName
 {
   color: #752179;
 }
 .AnyTagClassName
 {
   color: #752179;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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