Html Css Color HEX #712F72 Seance

📋 copy color: '#712F72'

red 113 ◦ green 47 ◦ blue 114

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

Shades of Seance #712F72

Tints of Seance #712F72

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.15%

 BLUE value IS 114 (44.92% from 255) = 41.61%

R = 41.24%
G = 17.15%
B = 41.61%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#712F72 (or 0x712F72) is known color: Seance. HEX triplet: 71, 2F and 72. RGB value is (113,47,114). Sum of RGB (Red+Green+Blue) = 113+47+114=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 47 (18.75% from 255 or 17.15% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 114 - color contains mainly: blue. Hex color #712F72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712F72 is #8ED08D. Grayscale: #4A4A4A. Windows color (decimal): -9359502 or 7483249. OLE color: 7483249.

HSL color Cylindrical-coordinate representation of color #712F72: hue angle of 299.1º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #712F72 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 47 114 -
CMYK 0.01 0.59 0 0.55
HSL 299.1º 0.42% 0.32% -
HSV(B) 299.1º 0.59% 0.45% -
XYZ 10.86 6.76 16.65 -
YUV 74.37 150.37 155.55 -
System Red Green Blue C M Y K H S L
Decimal 113 47 114 0.01 0.59 0 0.55 299.1 0.42 0.32
Hex 71 2F 72 1 3B 0 37 12B 2A 20
Octal 161 57 162 1 73 0 67 453 52 40
Binary 1110001 101111 1110010 1 111011 0 110111 100101011 101010 100000

Color Harmonies of #712F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712F72

Black with #712F72

Text Example


Text Example

White with #712F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712F72; }

 p { color: rgb(113,47,114); }

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

background-color css

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

 a { background-color: rgb(113,47,114); }

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

border-color css

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

 span { border-color: rgb(113,47,114); }

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