Html Css Color HEX #71227F Seance

📋 copy color: '#71227F'

red 113 ◦ green 34 ◦ blue 127

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

Shades of Seance #71227F

Tints of Seance #71227F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.41%

 BLUE value IS 127 (50% from 255) = 46.35%

R = 41.24%
G = 12.41%
B = 46.35%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#71227F (or 0x71227F) is known color: Seance. HEX triplet: 71, 22 and 7F. RGB value is (113,34,127). Sum of RGB (Red+Green+Blue) = 113+34+127=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 127 - color contains mainly: blue. Hex color #71227F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71227F is #8EDD80. Grayscale: #434343. Windows color (decimal): -9362817 or 8331889. OLE color: 8331889.

HSL color Cylindrical-coordinate representation of color #71227F: hue angle of 290.97º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71227F is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 34 127 -
CMYK 0.11 0.73 0 0.50
HSL 290.97º 0.58% 0.32% -
HSV(B) 290.97º 0.73% 0.5% -
XYZ 11.21 6.19 20.68 -
YUV 68.22 161.17 159.94 -
System Red Green Blue C M Y K H S L
Decimal 113 34 127 0.11 0.73 0 0.50 290.97 0.58 0.32
Hex 71 22 7F B 49 0 32 123 3A 20
Octal 161 42 177 13 111 0 62 443 72 40
Binary 1110001 100010 1111111 1011 1001001 0 110010 100100011 111010 100000

Color Harmonies of #71227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71227F

Black with #71227F

Text Example


Text Example

White with #71227F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71227F; }

 p { color: rgb(113,34,127); }

 H1.HeaderClassName
 {
   color: #71227F;
 }
 .AnyTagClassName
 {
   color: #71227F;
 }
</style>

background-color css

<style>
 a { background-color: #71227F; }

 a { background-color: rgb(113,34,127); }

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

border-color css

<style>
 span { border-color: #71227F; }

 span { border-color: rgb(113,34,127); }

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