Html Css Color HEX #711975 Seance

📋 copy color: '#711975'

red 113 ◦ green 25 ◦ blue 117

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

Shades of Seance #711975

Tints of Seance #711975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.8%

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

R = 44.31%
G = 9.8%
B = 45.88%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#711975 (or 0x711975) is known color: Seance. HEX triplet: 71, 19 and 75. RGB value is (113,25,117). Sum of RGB (Red+Green+Blue) = 113+25+117=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #711975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711975 is #8EE68A. Grayscale: #3D3D3D. Windows color (decimal): -9365131 or 7674225. OLE color: 7674225.

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

Color convert

RGB 113 25 117 -
CMYK 0.03 0.79 0 0.54
HSL 297.39º 0.65% 0.28% -
HSV(B) 297.39º 0.79% 0.46% -
XYZ 10.37 5.49 17.34 -
YUV 61.8 159.15 164.52 -
System Red Green Blue C M Y K H S L
Decimal 113 25 117 0.03 0.79 0 0.54 297.39 0.65 0.28
Hex 71 19 75 3 4F 0 36 129 41 1C
Octal 161 31 165 3 117 0 66 451 101 34
Binary 1110001 11001 1110101 11 1001111 0 110110 100101001 1000001 11100

Color Harmonies of #711975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711975

Black with #711975

Text Example


Text Example

White with #711975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711975; }

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

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

background-color css

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

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

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

border-color css

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

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

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