Html Css Color HEX #752479 Seance

📋 copy color: '#752479'

red 117 ◦ green 36 ◦ blue 121

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

Shades of Seance #752479

Tints of Seance #752479

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.14%

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

R = 42.7%
G = 13.14%
B = 44.16%

CMYK

 C value IS 0.03

 M value IS 0.70

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#752479 (or 0x752479) is known color: Seance. HEX triplet: 75, 24 and 79. RGB value is (117,36,121). Sum of RGB (Red+Green+Blue) = 117+36+121=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 121 - color contains mainly: blue. Hex color #752479 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752479 is #8ADB86. Grayscale: #454545. Windows color (decimal): -9100167 or 7939189. OLE color: 7939189.

HSL color Cylindrical-coordinate representation of color #752479: hue angle of 297.18º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #752479 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 36 121 -
CMYK 0.03 0.70 0 0.53
HSL 297.18º 0.54% 0.31% -
HSV(B) 297.18º 0.7% 0.47% -
XYZ 11.42 6.42 18.73 -
YUV 69.91 156.84 161.59 -
System Red Green Blue C M Y K H S L
Decimal 117 36 121 0.03 0.70 0 0.53 297.18 0.54 0.31
Hex 75 24 79 3 46 0 35 129 36 1F
Octal 165 44 171 3 106 0 65 451 66 37
Binary 1110101 100100 1111001 11 1000110 0 110101 100101001 110110 11111

Color Harmonies of #752479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752479

Black with #752479

Text Example


Text Example

White with #752479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752479; }

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

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

background-color css

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

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

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

border-color css

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

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

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