Html Css Color HEX #71306F Seance

📋 copy color: '#71306F'

red 113 ◦ green 48 ◦ blue 111

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

Shades of Seance #71306F

Tints of Seance #71306F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.81%

R = 41.54%
G = 17.65%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#71306F (or 0x71306F) is known color: Seance. HEX triplet: 71, 30 and 6F. RGB value is (113,48,111). Sum of RGB (Red+Green+Blue) = 113+48+111=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 113 - color contains mainly: red. Hex color #71306F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71306F is #8ECF90. Grayscale: #4A4A4A. Windows color (decimal): -9359249 or 7286897. OLE color: 7286897.

HSL color Cylindrical-coordinate representation of color #71306F: hue angle of 301.85º 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 #71306F is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 48 111 -
CMYK 0 0.58 0.02 0.56
HSL 301.85º 0.4% 0.32% -
HSV(B) 301.85º 0.58% 0.44% -
XYZ 10.74 6.77 15.78 -
YUV 74.62 148.53 155.38 -
System Red Green Blue C M Y K H S L
Decimal 113 48 111 0 0.58 0.02 0.56 301.85 0.4 0.32
Hex 71 30 6F 0 3A 2 38 12E 28 20
Octal 161 60 157 0 72 2 70 456 50 40
Binary 1110001 110000 1101111 0 111010 10 111000 100101110 101000 100000

Color Harmonies of #71306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71306F

Black with #71306F

Text Example


Text Example

White with #71306F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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