Html Css Color HEX #71356E Seance

📋 copy color: '#71356E'

red 113 ◦ green 53 ◦ blue 110

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

Shades of Seance #71356E

Tints of Seance #71356E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.2%

 BLUE value IS 110 (43.36% from 255) = 39.86%

R = 40.94%
G = 19.2%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#71356E (or 0x71356E) is known color: Seance. HEX triplet: 71, 35 and 6E. RGB value is (113,53,110). Sum of RGB (Red+Green+Blue) = 113+53+110=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 113 - color contains mainly: red. Hex color #71356E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71356E is #8ECA91. Grayscale: #4D4D4D. Windows color (decimal): -9357970 or 7222641. OLE color: 7222641.

HSL color Cylindrical-coordinate representation of color #71356E: hue angle of 303º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71356E is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 53 110 -
CMYK 0 0.53 0.03 0.56
HSL 303º 0.36% 0.33% -
HSV(B) 303º 0.53% 0.44% -
XYZ 10.9 7.18 15.56 -
YUV 77.44 146.38 153.37 -
System Red Green Blue C M Y K H S L
Decimal 113 53 110 0 0.53 0.03 0.56 303 0.36 0.33
Hex 71 35 6E 0 35 3 38 12F 24 21
Octal 161 65 156 0 65 3 70 457 44 41
Binary 1110001 110101 1101110 0 110101 11 111000 100101111 100100 100001

Color Harmonies of #71356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71356E

Black with #71356E

Text Example


Text Example

White with #71356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71356E; }

 p { color: rgb(113,53,110); }

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

background-color css

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

 a { background-color: rgb(113,53,110); }

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

border-color css

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

 span { border-color: rgb(113,53,110); }

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