Html Css Color HEX #71306C Seance

📋 copy color: '#71306C'

red 113 ◦ green 48 ◦ blue 108

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

Shades of Seance #71306C

Tints of Seance #71306C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 40.15%

R = 42.01%
G = 17.84%
B = 40.15%

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

#71306C (or 0x71306C) is known color: Seance. HEX triplet: 71, 30 and 6C. RGB value is (113,48,108). Sum of RGB (Red+Green+Blue) = 113+48+108=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #71306C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71306C is #8ECF93. Grayscale: #4A4A4A. Windows color (decimal): -9359252 or 7090289. OLE color: 7090289.

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

Color convert

RGB 113 48 108 -
CMYK 0 0.58 0.04 0.56
HSL 304.62º 0.4% 0.32% -
HSV(B) 304.62º 0.58% 0.44% -
XYZ 10.57 6.71 14.92 -
YUV 74.28 147.03 155.62 -
System Red Green Blue C M Y K H S L
Decimal 113 48 108 0 0.58 0.04 0.56 304.62 0.4 0.32
Hex 71 30 6C 0 3A 4 38 131 28 20
Octal 161 60 154 0 72 4 70 461 50 40
Binary 1110001 110000 1101100 0 111010 100 111000 100110001 101000 100000

Color Harmonies of #71306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71306C

Black with #71306C

Text Example


Text Example

White with #71306C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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