Html Css Color HEX #753071 Seance

📋 copy color: '#753071'

red 117 ◦ green 48 ◦ blue 113

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

Shades of Seance #753071

Tints of Seance #753071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.27%

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

R = 42.09%
G = 17.27%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#753071 (or 0x753071) is known color: Seance. HEX triplet: 75, 30 and 71. RGB value is (117,48,113). Sum of RGB (Red+Green+Blue) = 117+48+113=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #753071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753071 is #8ACF8E. Grayscale: #4B4B4B. Windows color (decimal): -9097103 or 7417973. OLE color: 7417973.

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

Color convert

RGB 117 48 113 -
CMYK 0 0.59 0.03 0.54
HSL 303.48º 0.42% 0.32% -
HSV(B) 303.48º 0.59% 0.46% -
XYZ 11.37 7.09 16.39 -
YUV 76.04 148.86 157.21 -
System Red Green Blue C M Y K H S L
Decimal 117 48 113 0 0.59 0.03 0.54 303.48 0.42 0.32
Hex 75 30 71 0 3B 3 36 12F 2A 20
Octal 165 60 161 0 73 3 66 457 52 40
Binary 1110101 110000 1110001 0 111011 11 110110 100101111 101010 100000

Color Harmonies of #753071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753071

Black with #753071

Text Example


Text Example

White with #753071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753071; }

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

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

background-color css

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

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

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

border-color css

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

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

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