Html Css Color HEX #752871 Seance

📋 copy color: '#752871'

red 117 ◦ green 40 ◦ blue 113

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

Shades of Seance #752871

Tints of Seance #752871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 41.85%

R = 43.33%
G = 14.81%
B = 41.85%

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

#752871 (or 0x752871) is known color: Seance. HEX triplet: 75, 28 and 71. RGB value is (117,40,113). Sum of RGB (Red+Green+Blue) = 117+40+113=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #752871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752871 is #8AD78E. Grayscale: #474747. Windows color (decimal): -9099151 or 7415925. OLE color: 7415925.

HSL color Cylindrical-coordinate representation of color #752871: hue angle of 303.12º 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 #752871 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 40 113 -
CMYK 0 0.66 0.03 0.54
HSL 303.12º 0.49% 0.31% -
HSV(B) 303.12º 0.66% 0.46% -
XYZ 11.08 6.49 16.29 -
YUV 71.35 151.51 160.56 -
System Red Green Blue C M Y K H S L
Decimal 117 40 113 0 0.66 0.03 0.54 303.12 0.49 0.31
Hex 75 28 71 0 42 3 36 12F 31 1F
Octal 165 50 161 0 102 3 66 457 61 37
Binary 1110101 101000 1110001 0 1000010 11 110110 100101111 110001 11111

Color Harmonies of #752871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752871

Black with #752871

Text Example


Text Example

White with #752871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752871; }

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

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

background-color css

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

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

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

border-color css

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

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

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