Html Css Color HEX #71247D Seance

📋 copy color: '#71247D'

red 113 ◦ green 36 ◦ blue 125

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

Shades of Seance #71247D

Tints of Seance #71247D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.14%

 BLUE value IS 125 (49.22% from 255) = 45.62%

R = 41.24%
G = 13.14%
B = 45.62%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71247D (or 0x71247D) is known color: Seance. HEX triplet: 71, 24 and 7D. RGB value is (113,36,125). Sum of RGB (Red+Green+Blue) = 113+36+125=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 125 - color contains mainly: blue. Hex color #71247D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71247D is #8EDB82. Grayscale: #444444. Windows color (decimal): -9362307 or 8201329. OLE color: 8201329.

HSL color Cylindrical-coordinate representation of color #71247D: hue angle of 291.91º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #71247D is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 36 125 -
CMYK 0.10 0.71 0 0.51
HSL 291.91º 0.55% 0.32% -
HSV(B) 291.91º 0.71% 0.49% -
XYZ 11.14 6.25 20.02 -
YUV 69.17 159.51 159.26 -
System Red Green Blue C M Y K H S L
Decimal 113 36 125 0.10 0.71 0 0.51 291.91 0.55 0.32
Hex 71 24 7D A 47 0 33 124 37 20
Octal 161 44 175 12 107 0 63 444 67 40
Binary 1110001 100100 1111101 1010 1000111 0 110011 100100100 110111 100000

Color Harmonies of #71247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71247D

Black with #71247D

Text Example


Text Example

White with #71247D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71247D; }

 p { color: rgb(113,36,125); }

 H1.HeaderClassName
 {
   color: #71247D;
 }
 .AnyTagClassName
 {
   color: #71247D;
 }
</style>

background-color css

<style>
 a { background-color: #71247D; }

 a { background-color: rgb(113,36,125); }

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

border-color css

<style>
 span { border-color: #71247D; }

 span { border-color: rgb(113,36,125); }

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