Html Css Color HEX #712082 Seance

📋 copy color: '#712082'

red 113 ◦ green 32 ◦ blue 130

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

Shades of Seance #712082

Tints of Seance #712082

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.64%

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

R = 41.09%
G = 11.64%
B = 47.27%

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

#712082 (or 0x712082) is known color: Seance. HEX triplet: 71, 20 and 82. RGB value is (113,32,130). Sum of RGB (Red+Green+Blue) = 113+32+130=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #712082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712082 is #8EDF7D. Grayscale: #434343. Windows color (decimal): -9363326 or 8527985. OLE color: 8527985.

HSL color Cylindrical-coordinate representation of color #712082: hue angle of 289.59º 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 #712082 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 32 130 -
CMYK 0.13 0.75 0 0.49
HSL 289.59º 0.6% 0.32% -
HSV(B) 289.59º 0.75% 0.51% -
XYZ 11.36 6.16 21.71 -
YUV 67.39 163.34 160.53 -
System Red Green Blue C M Y K H S L
Decimal 113 32 130 0.13 0.75 0 0.49 289.59 0.6 0.32
Hex 71 20 82 D 4B 0 31 122 3C 20
Octal 161 40 202 15 113 0 61 442 74 40
Binary 1110001 100000 10000010 1101 1001011 0 110001 100100010 111100 100000

Color Harmonies of #712082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712082

Black with #712082

Text Example


Text Example

White with #712082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712082; }

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

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

background-color css

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

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

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

border-color css

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

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

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