Html Css Color HEX #712277 Seance

📋 copy color: '#712277'

red 113 ◦ green 34 ◦ blue 119

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

Shades of Seance #712277

Tints of Seance #712277

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.78%

 BLUE value IS 119 (46.88% from 255) = 44.74%

R = 42.48%
G = 12.78%
B = 44.74%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#712277 (or 0x712277) is known color: Seance. HEX triplet: 71, 22 and 77. RGB value is (113,34,119). Sum of RGB (Red+Green+Blue) = 113+34+119=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 119 - color contains mainly: blue. Hex color #712277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712277 is #8EDD88. Grayscale: #434343. Windows color (decimal): -9362825 or 7807601. OLE color: 7807601.

HSL color Cylindrical-coordinate representation of color #712277: hue angle of 295.76º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #712277 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 34 119 -
CMYK 0.05 0.71 0 0.53
HSL 295.76º 0.56% 0.3% -
HSV(B) 295.76º 0.71% 0.47% -
XYZ 10.71 5.99 18.04 -
YUV 67.31 157.17 160.59 -
System Red Green Blue C M Y K H S L
Decimal 113 34 119 0.05 0.71 0 0.53 295.76 0.56 0.3
Hex 71 22 77 5 47 0 35 128 38 1E
Octal 161 42 167 5 107 0 65 450 70 36
Binary 1110001 100010 1110111 101 1000111 0 110101 100101000 111000 11110

Color Harmonies of #712277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712277

Black with #712277

Text Example


Text Example

White with #712277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712277; }

 p { color: rgb(113,34,119); }

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

background-color css

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

 a { background-color: rgb(113,34,119); }

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

border-color css

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

 span { border-color: rgb(113,34,119); }

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