Html Css Color HEX #71306D Seance

📋 copy color: '#71306D'

red 113 ◦ green 48 ◦ blue 109

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

Shades of Seance #71306D

Tints of Seance #71306D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.78%

 BLUE value IS 109 (42.97% from 255) = 40.37%

R = 41.85%
G = 17.78%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71306D (or 0x71306D) is known color: Seance. HEX triplet: 71, 30 and 6D. RGB value is (113,48,109). Sum of RGB (Red+Green+Blue) = 113+48+109=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 113 - color contains mainly: red. Hex color #71306D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71306D is #8ECF92. Grayscale: #4A4A4A. Windows color (decimal): -9359251 or 7155825. OLE color: 7155825.

HSL color Cylindrical-coordinate representation of color #71306D: hue angle of 303.69º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71306D is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 48 109 -
CMYK 0 0.58 0.04 0.56
HSL 303.69º 0.4% 0.32% -
HSV(B) 303.69º 0.58% 0.44% -
XYZ 10.63 6.73 15.21 -
YUV 74.39 147.53 155.54 -
System Red Green Blue C M Y K H S L
Decimal 113 48 109 0 0.58 0.04 0.56 303.69 0.4 0.32
Hex 71 30 6D 0 3A 4 38 130 28 20
Octal 161 60 155 0 72 4 70 460 50 40
Binary 1110001 110000 1101101 0 111010 100 111000 100110000 101000 100000

Color Harmonies of #71306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71306D

Black with #71306D

Text Example


Text Example

White with #71306D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71306D; }

 p { color: rgb(113,48,109); }

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

background-color css

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

 a { background-color: rgb(113,48,109); }

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

border-color css

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

 span { border-color: rgb(113,48,109); }

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