Html Css Color HEX #71267C Seance

📋 copy color: '#71267C'

red 113 ◦ green 38 ◦ blue 124

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

Shades of Seance #71267C

Tints of Seance #71267C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.82%

 BLUE value IS 124 (48.83% from 255) = 45.09%

R = 41.09%
G = 13.82%
B = 45.09%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71267C (or 0x71267C) is known color: Seance. HEX triplet: 71, 26 and 7C. RGB value is (113,38,124). Sum of RGB (Red+Green+Blue) = 113+38+124=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #71267C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71267C is #8ED983. Grayscale: #454545. Windows color (decimal): -9361796 or 8136305. OLE color: 8136305.

HSL color Cylindrical-coordinate representation of color #71267C: hue angle of 292.33º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71267C is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 38 124 -
CMYK 0.09 0.69 0 0.51
HSL 292.33º 0.53% 0.32% -
HSV(B) 292.33º 0.69% 0.49% -
XYZ 11.14 6.35 19.71 -
YUV 70.23 158.35 158.51 -
System Red Green Blue C M Y K H S L
Decimal 113 38 124 0.09 0.69 0 0.51 292.33 0.53 0.32
Hex 71 26 7C 9 45 0 33 124 35 20
Octal 161 46 174 11 105 0 63 444 65 40
Binary 1110001 100110 1111100 1001 1000101 0 110011 100100100 110101 100000

Color Harmonies of #71267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71267C

Black with #71267C

Text Example


Text Example

White with #71267C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,38,124); }

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

background-color css

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

 a { background-color: rgb(113,38,124); }

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

border-color css

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

 span { border-color: rgb(113,38,124); }

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