Html Css Color HEX #712273 Seance

📋 copy color: '#712273'

red 113 ◦ green 34 ◦ blue 115

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

Shades of Seance #712273

Tints of Seance #712273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.89%

R = 43.13%
G = 12.98%
B = 43.89%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#712273 (or 0x712273) is known color: Seance. HEX triplet: 71, 22 and 73. RGB value is (113,34,115). Sum of RGB (Red+Green+Blue) = 113+34+115=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #712273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712273 is #8EDD8C. Grayscale: #424242. Windows color (decimal): -9362829 or 7545457. OLE color: 7545457.

HSL color Cylindrical-coordinate representation of color #712273: hue angle of 298.52º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #712273 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 34 115 -
CMYK 0.02 0.70 0 0.55
HSL 298.52º 0.54% 0.29% -
HSV(B) 298.52º 0.7% 0.45% -
XYZ 10.48 5.89 16.8 -
YUV 66.86 155.17 160.91 -
System Red Green Blue C M Y K H S L
Decimal 113 34 115 0.02 0.70 0 0.55 298.52 0.54 0.29
Hex 71 22 73 2 46 0 37 12B 36 1D
Octal 161 42 163 2 106 0 67 453 66 35
Binary 1110001 100010 1110011 10 1000110 0 110111 100101011 110110 11101

Color Harmonies of #712273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712273

Black with #712273

Text Example


Text Example

White with #712273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712273; }

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

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

background-color css

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

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

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

border-color css

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

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

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