Html Css Color HEX #752872 Seance

📋 copy color: '#752872'

red 117 ◦ green 40 ◦ blue 114

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

Shades of Seance #752872

Tints of Seance #752872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 42.07%

R = 43.17%
G = 14.76%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#752872 (or 0x752872) is known color: Seance. HEX triplet: 75, 28 and 72. RGB value is (117,40,114). Sum of RGB (Red+Green+Blue) = 117+40+114=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #752872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752872 is #8AD78D. Grayscale: #474747. Windows color (decimal): -9099150 or 7481461. OLE color: 7481461.

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

Color convert

RGB 117 40 114 -
CMYK 0 0.66 0.03 0.54
HSL 302.34º 0.49% 0.31% -
HSV(B) 302.34º 0.66% 0.46% -
XYZ 11.13 6.51 16.59 -
YUV 71.46 152.01 160.48 -
System Red Green Blue C M Y K H S L
Decimal 117 40 114 0 0.66 0.03 0.54 302.34 0.49 0.31
Hex 75 28 72 0 42 3 36 12E 31 1F
Octal 165 50 162 0 102 3 66 456 61 37
Binary 1110101 101000 1110010 0 1000010 11 110110 100101110 110001 11111

Color Harmonies of #752872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752872

Black with #752872

Text Example


Text Example

White with #752872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752872; }

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

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

background-color css

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

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

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

border-color css

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

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

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