Html Css Color HEX #752879 Seance

📋 copy color: '#752879'

red 117 ◦ green 40 ◦ blue 121

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

Shades of Seance #752879

Tints of Seance #752879

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.39%

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

R = 42.09%
G = 14.39%
B = 43.53%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#752879 (or 0x752879) is known color: Seance. HEX triplet: 75, 28 and 79. RGB value is (117,40,121). Sum of RGB (Red+Green+Blue) = 117+40+121=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 121 - color contains mainly: blue. Hex color #752879 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752879 is #8AD786. Grayscale: #484848. Windows color (decimal): -9099143 or 7940213. OLE color: 7940213.

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

Color convert

RGB 117 40 121 -
CMYK 0.03 0.67 0 0.53
HSL 297.04º 0.5% 0.32% -
HSV(B) 297.04º 0.67% 0.47% -
XYZ 11.55 6.68 18.77 -
YUV 72.26 155.51 159.91 -
System Red Green Blue C M Y K H S L
Decimal 117 40 121 0.03 0.67 0 0.53 297.04 0.5 0.32
Hex 75 28 79 3 43 0 35 129 32 20
Octal 165 50 171 3 103 0 65 451 62 40
Binary 1110101 101000 1111001 11 1000011 0 110101 100101001 110010 100000

Color Harmonies of #752879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752879

Black with #752879

Text Example


Text Example

White with #752879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752879; }

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

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

background-color css

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

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

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

border-color css

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

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

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