Html Css Color HEX #711B75 Seance

📋 copy color: '#711B75'

red 113 ◦ green 27 ◦ blue 117

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

Shades of Seance #711B75

Tints of Seance #711B75

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.51%

 BLUE value IS 117 (46.09% from 255) = 45.53%

R = 43.97%
G = 10.51%
B = 45.53%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#711B75 (or 0x711B75) is known color: Seance. HEX triplet: 71, 1B and 75. RGB value is (113,27,117). Sum of RGB (Red+Green+Blue) = 113+27+117=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 27 (10.94% from 255 or 10.51% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 117 - color contains mainly: blue. Hex color #711B75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711B75 is #8EE48A. Grayscale: #3E3E3E. Windows color (decimal): -9364619 or 7674737. OLE color: 7674737.

HSL color Cylindrical-coordinate representation of color #711B75: hue angle of 297.33º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #711B75 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 27 117 -
CMYK 0.03 0.77 0 0.54
HSL 297.33º 0.63% 0.28% -
HSV(B) 297.33º 0.77% 0.46% -
XYZ 10.41 5.58 17.36 -
YUV 62.97 158.49 163.68 -
System Red Green Blue C M Y K H S L
Decimal 113 27 117 0.03 0.77 0 0.54 297.33 0.63 0.28
Hex 71 1B 75 3 4D 0 36 129 3E 1C
Octal 161 33 165 3 115 0 66 451 76 34
Binary 1110001 11011 1110101 11 1001101 0 110110 100101001 111110 11100

Color Harmonies of #711B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711B75

Black with #711B75

Text Example


Text Example

White with #711B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,27,117); }

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

background-color css

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

 a { background-color: rgb(113,27,117); }

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

border-color css

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

 span { border-color: rgb(113,27,117); }

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