Html Css Color HEX #71217F Seance

📋 copy color: '#71217F'

red 113 ◦ green 33 ◦ blue 127

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

Shades of Seance #71217F

Tints of Seance #71217F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.09%

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

R = 41.39%
G = 12.09%
B = 46.52%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#71217F (or 0x71217F) is known color: Seance. HEX triplet: 71, 21 and 7F. RGB value is (113,33,127). Sum of RGB (Red+Green+Blue) = 113+33+127=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 127 - color contains mainly: blue. Hex color #71217F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71217F is #8EDE80. Grayscale: #434343. Windows color (decimal): -9363073 or 8331633. OLE color: 8331633.

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

Color convert

RGB 113 33 127 -
CMYK 0.11 0.74 0 0.50
HSL 291.06º 0.59% 0.31% -
HSV(B) 291.06º 0.74% 0.5% -
XYZ 11.18 6.13 20.67 -
YUV 67.64 161.5 160.36 -
System Red Green Blue C M Y K H S L
Decimal 113 33 127 0.11 0.74 0 0.50 291.06 0.59 0.31
Hex 71 21 7F B 4A 0 32 123 3B 1F
Octal 161 41 177 13 112 0 62 443 73 37
Binary 1110001 100001 1111111 1011 1001010 0 110010 100100011 111011 11111

Color Harmonies of #71217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71217F

Black with #71217F

Text Example


Text Example

White with #71217F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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