Html Css Color HEX #711C7B Seance

📋 copy color: '#711C7B'

red 113 ◦ green 28 ◦ blue 123

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

Shades of Seance #711C7B

Tints of Seance #711C7B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.61%

 BLUE value IS 123 (48.44% from 255) = 46.59%

R = 42.8%
G = 10.61%
B = 46.59%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#711C7B (or 0x711C7B) is known color: Seance. HEX triplet: 71, 1C and 7B. RGB value is (113,28,123). Sum of RGB (Red+Green+Blue) = 113+28+123=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 123 - color contains mainly: blue. Hex color #711C7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711C7B is #8EE384. Grayscale: #3F3F3F. Windows color (decimal): -9364357 or 8068209. OLE color: 8068209.

HSL color Cylindrical-coordinate representation of color #711C7B: hue angle of 293.68º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #711C7B is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 113 28 123 -
CMYK 0.08 0.77 0 0.52
HSL 293.68º 0.63% 0.3% -
HSV(B) 293.68º 0.77% 0.48% -
XYZ 10.8 5.77 19.28 -
YUV 64.25 161.16 162.78 -
System Red Green Blue C M Y K H S L
Decimal 113 28 123 0.08 0.77 0 0.52 293.68 0.63 0.3
Hex 71 1C 7B 8 4D 0 34 126 3F 1E
Octal 161 34 173 10 115 0 64 446 77 36
Binary 1110001 11100 1111011 1000 1001101 0 110100 100100110 111111 11110

Color Harmonies of #711C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711C7B

Black with #711C7B

Text Example


Text Example

White with #711C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,28,123); }

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

background-color css

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

 a { background-color: rgb(113,28,123); }

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

border-color css

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

 span { border-color: rgb(113,28,123); }

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