Html Css Color HEX #712774 Seance

📋 copy color: '#712774'

red 113 ◦ green 39 ◦ blue 116

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

Shades of Seance #712774

Tints of Seance #712774

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.55%

 BLUE value IS 116 (45.7% from 255) = 43.28%

R = 42.16%
G = 14.55%
B = 43.28%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#712774 (or 0x712774) is known color: Seance. HEX triplet: 71, 27 and 74. RGB value is (113,39,116). Sum of RGB (Red+Green+Blue) = 113+39+116=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 116 - color contains mainly: blue. Hex color #712774 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712774 is #8ED88B. Grayscale: #454545. Windows color (decimal): -9361548 or 7612273. OLE color: 7612273.

HSL color Cylindrical-coordinate representation of color #712774: hue angle of 297.66º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #712774 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 39 116 -
CMYK 0.03 0.66 0 0.55
HSL 297.66º 0.5% 0.3% -
HSV(B) 297.66º 0.66% 0.45% -
XYZ 10.69 6.22 17.16 -
YUV 69.9 154.02 158.74 -
System Red Green Blue C M Y K H S L
Decimal 113 39 116 0.03 0.66 0 0.55 297.66 0.5 0.3
Hex 71 27 74 3 42 0 37 12A 32 1E
Octal 161 47 164 3 102 0 67 452 62 36
Binary 1110001 100111 1110100 11 1000010 0 110111 100101010 110010 11110

Color Harmonies of #712774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712774

Black with #712774

Text Example


Text Example

White with #712774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712774; }

 p { color: rgb(113,39,116); }

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

background-color css

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

 a { background-color: rgb(113,39,116); }

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

border-color css

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

 span { border-color: rgb(113,39,116); }

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