Html Css Color HEX #711F7C Seance

📋 copy color: '#711F7C'

red 113 ◦ green 31 ◦ blue 124

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

Shades of Seance #711F7C

Tints of Seance #711F7C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.57%

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

R = 42.16%
G = 11.57%
B = 46.27%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#711F7C (or 0x711F7C) is known color: Seance. HEX triplet: 71, 1F and 7C. RGB value is (113,31,124). Sum of RGB (Red+Green+Blue) = 113+31+124=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #711F7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711F7C is #8EE083. Grayscale: #414141. Windows color (decimal): -9363588 or 8134513. OLE color: 8134513.

HSL color Cylindrical-coordinate representation of color #711F7C: hue angle of 292.9º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #711F7C is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 31 124 -
CMYK 0.09 0.75 0 0.51
HSL 292.9º 0.6% 0.3% -
HSV(B) 292.9º 0.75% 0.49% -
XYZ 10.94 5.95 19.64 -
YUV 66.12 160.67 161.44 -
System Red Green Blue C M Y K H S L
Decimal 113 31 124 0.09 0.75 0 0.51 292.9 0.6 0.3
Hex 71 1F 7C 9 4B 0 33 125 3C 1E
Octal 161 37 174 11 113 0 63 445 74 36
Binary 1110001 11111 1111100 1001 1001011 0 110011 100100101 111100 11110

Color Harmonies of #711F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711F7C

Black with #711F7C

Text Example


Text Example

White with #711F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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