Html Css Color HEX #71197E Seance

📋 copy color: '#71197E'

red 113 ◦ green 25 ◦ blue 126

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

Shades of Seance #71197E

Tints of Seance #71197E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 47.73%

R = 42.8%
G = 9.47%
B = 47.73%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71197E (or 0x71197E) is known color: Seance. HEX triplet: 71, 19 and 7E. RGB value is (113,25,126). Sum of RGB (Red+Green+Blue) = 113+25+126=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 126 (49.61% from 255 or 47.73% from 264); Max value from RGB is 126 - color contains mainly: blue. Hex color #71197E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71197E is #8EE681. Grayscale: #3E3E3E. Windows color (decimal): -9365122 or 8264049. OLE color: 8264049.

HSL color Cylindrical-coordinate representation of color #71197E: hue angle of 292.28º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71197E is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 25 126 -
CMYK 0.10 0.80 0 0.51
HSL 292.28º 0.67% 0.3% -
HSV(B) 292.28º 0.8% 0.49% -
XYZ 10.92 5.71 20.27 -
YUV 62.83 163.65 163.79 -
System Red Green Blue C M Y K H S L
Decimal 113 25 126 0.10 0.80 0 0.51 292.28 0.67 0.3
Hex 71 19 7E A 50 0 33 124 43 1E
Octal 161 31 176 12 120 0 63 444 103 36
Binary 1110001 11001 1111110 1010 1010000 0 110011 100100100 1000011 11110

Color Harmonies of #71197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71197E

Black with #71197E

Text Example


Text Example

White with #71197E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71197E; }

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

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

background-color css

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

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

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

border-color css

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

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

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