Html Css Color HEX #71336C Seance

📋 copy color: '#71336C'

red 113 ◦ green 51 ◦ blue 108

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

Shades of Seance #71336C

Tints of Seance #71336C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.75%

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

R = 41.54%
G = 18.75%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71336C (or 0x71336C) is known color: Seance. HEX triplet: 71, 33 and 6C. RGB value is (113,51,108). Sum of RGB (Red+Green+Blue) = 113+51+108=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 113 - color contains mainly: red. Hex color #71336C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71336C is #8ECC93. Grayscale: #4B4B4B. Windows color (decimal): -9358484 or 7091057. OLE color: 7091057.

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

Color convert

RGB 113 51 108 -
CMYK 0 0.55 0.04 0.56
HSL 304.84º 0.38% 0.32% -
HSV(B) 304.84º 0.55% 0.44% -
XYZ 10.7 6.96 14.97 -
YUV 76.04 146.04 154.37 -
System Red Green Blue C M Y K H S L
Decimal 113 51 108 0 0.55 0.04 0.56 304.84 0.38 0.32
Hex 71 33 6C 0 37 4 38 131 26 20
Octal 161 63 154 0 67 4 70 461 46 40
Binary 1110001 110011 1101100 0 110111 100 111000 100110001 100110 100000

Color Harmonies of #71336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71336C

Black with #71336C

Text Example


Text Example

White with #71336C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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