Html Css Color HEX #711A75 Seance

📋 copy color: '#711A75'

red 113 ◦ green 26 ◦ blue 117

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

Shades of Seance #711A75

Tints of Seance #711A75

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.16%

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

R = 44.14%
G = 10.16%
B = 45.7%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#711A75 (or 0x711A75) is known color: Seance. HEX triplet: 71, 1A and 75. RGB value is (113,26,117). Sum of RGB (Red+Green+Blue) = 113+26+117=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #711A75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711A75 is #8EE58A. Grayscale: #3E3E3E. Windows color (decimal): -9364875 or 7674481. OLE color: 7674481.

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

Color convert

RGB 113 26 117 -
CMYK 0.03 0.78 0 0.54
HSL 297.36º 0.64% 0.28% -
HSV(B) 297.36º 0.78% 0.46% -
XYZ 10.39 5.53 17.35 -
YUV 62.39 158.82 164.1 -
System Red Green Blue C M Y K H S L
Decimal 113 26 117 0.03 0.78 0 0.54 297.36 0.64 0.28
Hex 71 1A 75 3 4E 0 36 129 40 1C
Octal 161 32 165 3 116 0 66 451 100 34
Binary 1110001 11010 1110101 11 1001110 0 110110 100101001 1000000 11100

Color Harmonies of #711A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711A75

Black with #711A75

Text Example


Text Example

White with #711A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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