Html Css Color HEX #712773 Seance

📋 copy color: '#712773'

red 113 ◦ green 39 ◦ blue 115

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

Shades of Seance #712773

Tints of Seance #712773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.07%

R = 42.32%
G = 14.61%
B = 43.07%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#712773 (or 0x712773) is known color: Seance. HEX triplet: 71, 27 and 73. RGB value is (113,39,115). Sum of RGB (Red+Green+Blue) = 113+39+115=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 115 - color contains mainly: blue. Hex color #712773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712773 is #8ED88C. Grayscale: #454545. Windows color (decimal): -9361549 or 7546737. OLE color: 7546737.

HSL color Cylindrical-coordinate representation of color #712773: hue angle of 298.42º degrees, saturation: 0.49, 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 #712773 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 39 115 -
CMYK 0.02 0.66 0 0.55
HSL 298.42º 0.49% 0.3% -
HSV(B) 298.42º 0.66% 0.45% -
XYZ 10.63 6.2 16.86 -
YUV 69.79 153.52 158.82 -
System Red Green Blue C M Y K H S L
Decimal 113 39 115 0.02 0.66 0 0.55 298.42 0.49 0.3
Hex 71 27 73 2 42 0 37 12A 31 1E
Octal 161 47 163 2 102 0 67 452 61 36
Binary 1110001 100111 1110011 10 1000010 0 110111 100101010 110001 11110

Color Harmonies of #712773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712773

Black with #712773

Text Example


Text Example

White with #712773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712773; }

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

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

background-color css

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

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

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

border-color css

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

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

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