Html Css Color HEX #712075 Seance

📋 copy color: '#712075'

red 113 ◦ green 32 ◦ blue 117

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

Shades of Seance #712075

Tints of Seance #712075

RGB

 RED value IS 113 (44.53% from 255) = 43.13%

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

 BLUE value IS 117 (46.09% from 255) = 44.66%

R = 43.13%
G = 12.21%
B = 44.66%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#712075 (or 0x712075) is known color: Seance. HEX triplet: 71, 20 and 75. RGB value is (113,32,117). Sum of RGB (Red+Green+Blue) = 113+32+117=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 117 - color contains mainly: blue. Hex color #712075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712075 is #8EDF8A. Grayscale: #414141. Windows color (decimal): -9363339 or 7676017. OLE color: 7676017.

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

Color convert

RGB 113 32 117 -
CMYK 0.03 0.73 0 0.54
HSL 297.18º 0.57% 0.29% -
HSV(B) 297.18º 0.73% 0.46% -
XYZ 10.54 5.83 17.4 -
YUV 65.91 156.84 161.59 -
System Red Green Blue C M Y K H S L
Decimal 113 32 117 0.03 0.73 0 0.54 297.18 0.57 0.29
Hex 71 20 75 3 49 0 36 129 39 1D
Octal 161 40 165 3 111 0 66 451 71 35
Binary 1110001 100000 1110101 11 1001001 0 110110 100101001 111001 11101

Color Harmonies of #712075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712075

Black with #712075

Text Example


Text Example

White with #712075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712075; }

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

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

background-color css

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

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

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

border-color css

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

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

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