Html Css Color HEX #752080 Seance

📋 copy color: '#752080'

red 117 ◦ green 32 ◦ blue 128

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

Shades of Seance #752080

Tints of Seance #752080

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.55%

 BLUE value IS 128 (50.39% from 255) = 46.21%

R = 42.24%
G = 11.55%
B = 46.21%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#752080 (or 0x752080) is known color: Seance. HEX triplet: 75, 20 and 80. RGB value is (117,32,128). Sum of RGB (Red+Green+Blue) = 117+32+128=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 128 - color contains mainly: blue. Hex color #752080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752080 is #8ADF7F. Grayscale: #444444. Windows color (decimal): -9101184 or 8396917. OLE color: 8396917.

HSL color Cylindrical-coordinate representation of color #752080: hue angle of 293.12º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #752080 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 32 128 -
CMYK 0.09 0.75 0 0.50
HSL 293.13º 0.6% 0.31% -
HSV(B) 293.13º 0.75% 0.5% -
XYZ 11.75 6.37 21.03 -
YUV 68.36 161.66 162.69 -
System Red Green Blue C M Y K H S L
Decimal 117 32 128 0.09 0.75 0 0.50 293.13 0.6 0.31
Hex 75 20 80 9 4B 0 32 125 3C 1F
Octal 165 40 200 11 113 0 62 445 74 37
Binary 1110101 100000 10000000 1001 1001011 0 110010 100100101 111100 11111

Color Harmonies of #752080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752080

Black with #752080

Text Example


Text Example

White with #752080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752080; }

 p { color: rgb(117,32,128); }

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

background-color css

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

 a { background-color: rgb(117,32,128); }

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

border-color css

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

 span { border-color: rgb(117,32,128); }

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