Html Css Color HEX #71296D Seance

📋 copy color: '#71296D'

red 113 ◦ green 41 ◦ blue 109

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

Shades of Seance #71296D

Tints of Seance #71296D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.59%

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

R = 42.97%
G = 15.59%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71296D (or 0x71296D) is known color: Seance. HEX triplet: 71, 29 and 6D. RGB value is (113,41,109). Sum of RGB (Red+Green+Blue) = 113+41+109=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #71296D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71296D is #8ED692. Grayscale: #464646. Windows color (decimal): -9361043 or 7154033. OLE color: 7154033.

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

Color convert

RGB 113 41 109 -
CMYK 0 0.64 0.04 0.56
HSL 303.33º 0.47% 0.3% -
HSV(B) 303.33º 0.64% 0.44% -
XYZ 10.36 6.2 15.12 -
YUV 70.28 149.85 158.47 -
System Red Green Blue C M Y K H S L
Decimal 113 41 109 0 0.64 0.04 0.56 303.33 0.47 0.3
Hex 71 29 6D 0 40 4 38 12F 2F 1E
Octal 161 51 155 0 100 4 70 457 57 36
Binary 1110001 101001 1101101 0 1000000 100 111000 100101111 101111 11110

Color Harmonies of #71296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71296D

Black with #71296D

Text Example


Text Example

White with #71296D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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