Html Css Color HEX #71197C Seance

📋 copy color: '#71197C'

red 113 ◦ green 25 ◦ blue 124

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

Shades of Seance #71197C

Tints of Seance #71197C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 47.33%

R = 43.13%
G = 9.54%
B = 47.33%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71197C (or 0x71197C) is known color: Seance. HEX triplet: 71, 19 and 7C. RGB value is (113,25,124). Sum of RGB (Red+Green+Blue) = 113+25+124=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #71197C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71197C is #8EE683. Grayscale: #3E3E3E. Windows color (decimal): -9365124 or 8132977. OLE color: 8132977.

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

Color convert

RGB 113 25 124 -
CMYK 0.09 0.80 0 0.51
HSL 293.33º 0.66% 0.29% -
HSV(B) 293.33º 0.8% 0.49% -
XYZ 10.8 5.66 19.59 -
YUV 62.6 162.65 163.95 -
System Red Green Blue C M Y K H S L
Decimal 113 25 124 0.09 0.80 0 0.51 293.33 0.66 0.29
Hex 71 19 7C 9 50 0 33 125 42 1D
Octal 161 31 174 11 120 0 63 445 102 35
Binary 1110001 11001 1111100 1001 1010000 0 110011 100100101 1000010 11101

Color Harmonies of #71197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71197C

Black with #71197C

Text Example


Text Example

White with #71197C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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