Html Css Color HEX #752977 Seance

📋 copy color: '#752977'

red 117 ◦ green 41 ◦ blue 119

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

Shades of Seance #752977

Tints of Seance #752977

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.8%

 BLUE value IS 119 (46.88% from 255) = 42.96%

R = 42.24%
G = 14.8%
B = 42.96%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#752977 (or 0x752977) is known color: Seance. HEX triplet: 75, 29 and 77. RGB value is (117,41,119). Sum of RGB (Red+Green+Blue) = 117+41+119=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 119 - color contains mainly: blue. Hex color #752977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752977 is #8AD688. Grayscale: #484848. Windows color (decimal): -9098889 or 7809397. OLE color: 7809397.

HSL color Cylindrical-coordinate representation of color #752977: hue angle of 298.46º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #752977 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 41 119 -
CMYK 0.02 0.66 0 0.53
HSL 298.46º 0.49% 0.31% -
HSV(B) 298.46º 0.66% 0.47% -
XYZ 11.46 6.7 18.14 -
YUV 72.62 154.18 159.66 -
System Red Green Blue C M Y K H S L
Decimal 117 41 119 0.02 0.66 0 0.53 298.46 0.49 0.31
Hex 75 29 77 2 42 0 35 12A 31 1F
Octal 165 51 167 2 102 0 65 452 61 37
Binary 1110101 101001 1110111 10 1000010 0 110101 100101010 110001 11111

Color Harmonies of #752977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752977

Black with #752977

Text Example


Text Example

White with #752977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752977; }

 p { color: rgb(117,41,119); }

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

background-color css

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

 a { background-color: rgb(117,41,119); }

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

border-color css

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

 span { border-color: rgb(117,41,119); }

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