Html Css Color HEX #712182 Seance

📋 copy color: '#712182'

red 113 ◦ green 33 ◦ blue 130

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

Shades of Seance #712182

Tints of Seance #712182

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.96%

 BLUE value IS 130 (51.17% from 255) = 47.1%

R = 40.94%
G = 11.96%
B = 47.1%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#712182 (or 0x712182) is known color: Seance. HEX triplet: 71, 21 and 82. RGB value is (113,33,130). Sum of RGB (Red+Green+Blue) = 113+33+130=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #712182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712182 is #8EDE7D. Grayscale: #434343. Windows color (decimal): -9363070 or 8528241. OLE color: 8528241.

HSL color Cylindrical-coordinate representation of color #712182: hue angle of 289.48º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #712182 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 33 130 -
CMYK 0.13 0.75 0 0.49
HSL 289.48º 0.6% 0.32% -
HSV(B) 289.48º 0.75% 0.51% -
XYZ 11.38 6.21 21.72 -
YUV 67.98 163 160.11 -
System Red Green Blue C M Y K H S L
Decimal 113 33 130 0.13 0.75 0 0.49 289.48 0.6 0.32
Hex 71 21 82 D 4B 0 31 121 3C 20
Octal 161 41 202 15 113 0 61 441 74 40
Binary 1110001 100001 10000010 1101 1001011 0 110001 100100001 111100 100000

Color Harmonies of #712182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712182

Black with #712182

Text Example


Text Example

White with #712182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712182; }

 p { color: rgb(113,33,130); }

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

background-color css

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

 a { background-color: rgb(113,33,130); }

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

border-color css

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

 span { border-color: rgb(113,33,130); }

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