Html Css Color HEX #712280 Seance

📋 copy color: '#712280'

red 113 ◦ green 34 ◦ blue 128

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

Shades of Seance #712280

Tints of Seance #712280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 46.55%

R = 41.09%
G = 12.36%
B = 46.55%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#712280 (or 0x712280) is known color: Seance. HEX triplet: 71, 22 and 80. RGB value is (113,34,128). Sum of RGB (Red+Green+Blue) = 113+34+128=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 128 - color contains mainly: blue. Hex color #712280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712280 is #8EDD7F. Grayscale: #444444. Windows color (decimal): -9362816 or 8397425. OLE color: 8397425.

HSL color Cylindrical-coordinate representation of color #712280: hue angle of 290.43º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #712280 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 34 128 -
CMYK 0.12 0.73 0 0.50
HSL 290.43º 0.58% 0.32% -
HSV(B) 290.43º 0.73% 0.5% -
XYZ 11.28 6.21 21.03 -
YUV 68.34 161.67 159.86 -
System Red Green Blue C M Y K H S L
Decimal 113 34 128 0.12 0.73 0 0.50 290.43 0.58 0.32
Hex 71 22 80 C 49 0 32 122 3A 20
Octal 161 42 200 14 111 0 62 442 72 40
Binary 1110001 100010 10000000 1100 1001001 0 110010 100100010 111010 100000

Color Harmonies of #712280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712280

Black with #712280

Text Example


Text Example

White with #712280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712280; }

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

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

background-color css

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

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

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

border-color css

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

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

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