Html Css Color HEX #711974 Seance

📋 copy color: '#711974'

red 113 ◦ green 25 ◦ blue 116

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

Shades of Seance #711974

Tints of Seance #711974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 45.67%

R = 44.49%
G = 9.84%
B = 45.67%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#711974 (or 0x711974) is known color: Seance. HEX triplet: 71, 19 and 74. RGB value is (113,25,116). Sum of RGB (Red+Green+Blue) = 113+25+116=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 116 - color contains mainly: blue. Hex color #711974 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711974 is #8EE68B. Grayscale: #3D3D3D. Windows color (decimal): -9365132 or 7608689. OLE color: 7608689.

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

Color convert

RGB 113 25 116 -
CMYK 0.03 0.78 0 0.55
HSL 298.02º 0.65% 0.28% -
HSV(B) 298.02º 0.78% 0.45% -
XYZ 10.31 5.47 17.03 -
YUV 61.69 158.65 164.6 -
System Red Green Blue C M Y K H S L
Decimal 113 25 116 0.03 0.78 0 0.55 298.02 0.65 0.28
Hex 71 19 74 3 4E 0 37 12A 41 1C
Octal 161 31 164 3 116 0 67 452 101 34
Binary 1110001 11001 1110100 11 1001110 0 110111 100101010 1000001 11100

Color Harmonies of #711974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711974

Black with #711974

Text Example


Text Example

White with #711974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711974; }

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

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

background-color css

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

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

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

border-color css

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

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

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