Html Css Color HEX #753171 Seance

📋 copy color: '#753171'

red 117 ◦ green 49 ◦ blue 113

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

Shades of Seance #753171

Tints of Seance #753171

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.56%

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

R = 41.94%
G = 17.56%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#753171 (or 0x753171) is known color: Seance. HEX triplet: 75, 31 and 71. RGB value is (117,49,113). Sum of RGB (Red+Green+Blue) = 117+49+113=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #753171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753171 is #8ACE8E. Grayscale: #4C4C4C. Windows color (decimal): -9096847 or 7418229. OLE color: 7418229.

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

Color convert

RGB 117 49 113 -
CMYK 0 0.58 0.03 0.54
HSL 303.53º 0.41% 0.33% -
HSV(B) 303.53º 0.58% 0.46% -
XYZ 11.42 7.17 16.41 -
YUV 76.63 148.53 156.8 -
System Red Green Blue C M Y K H S L
Decimal 117 49 113 0 0.58 0.03 0.54 303.53 0.41 0.33
Hex 75 31 71 0 3A 3 36 130 29 21
Octal 165 61 161 0 72 3 66 460 51 41
Binary 1110101 110001 1110001 0 111010 11 110110 100110000 101001 100001

Color Harmonies of #753171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753171

Black with #753171

Text Example


Text Example

White with #753171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753171; }

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

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

background-color css

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

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

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

border-color css

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

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

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