Html Css Color HEX #752877 Seance

📋 copy color: '#752877'

red 117 ◦ green 40 ◦ blue 119

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

Shades of Seance #752877

Tints of Seance #752877

RGB

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

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

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

R = 42.39%
G = 14.49%
B = 43.12%

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

#752877 (or 0x752877) is known color: Seance. HEX triplet: 75, 28 and 77. RGB value is (117,40,119). Sum of RGB (Red+Green+Blue) = 117+40+119=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 119 - color contains mainly: blue. Hex color #752877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752877 is #8AD788. Grayscale: #474747. Windows color (decimal): -9099145 or 7809141. OLE color: 7809141.

HSL color Cylindrical-coordinate representation of color #752877: hue angle of 298.48º degrees, saturation: 0.5, 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 #752877 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 40 119 -
CMYK 0.02 0.66 0 0.53
HSL 298.48º 0.5% 0.31% -
HSV(B) 298.48º 0.66% 0.47% -
XYZ 11.42 6.63 18.13 -
YUV 72.03 154.51 160.08 -
System Red Green Blue C M Y K H S L
Decimal 117 40 119 0.02 0.66 0 0.53 298.48 0.5 0.31
Hex 75 28 77 2 42 0 35 12A 32 1F
Octal 165 50 167 2 102 0 65 452 62 37
Binary 1110101 101000 1110111 10 1000010 0 110101 100101010 110010 11111

Color Harmonies of #752877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752877

Black with #752877

Text Example


Text Example

White with #752877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752877; }

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

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

background-color css

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

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

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

border-color css

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

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

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