Html Css Color HEX #71237D Seance

📋 copy color: '#71237D'

red 113 ◦ green 35 ◦ blue 125

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

Shades of Seance #71237D

Tints of Seance #71237D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.82%

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

R = 41.39%
G = 12.82%
B = 45.79%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71237D (or 0x71237D) is known color: Seance. HEX triplet: 71, 23 and 7D. RGB value is (113,35,125). Sum of RGB (Red+Green+Blue) = 113+35+125=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 125 - color contains mainly: blue. Hex color #71237D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71237D is #8EDC82. Grayscale: #444444. Windows color (decimal): -9362563 or 8201073. OLE color: 8201073.

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

Color convert

RGB 113 35 125 -
CMYK 0.10 0.72 0 0.51
HSL 292º 0.56% 0.31% -
HSV(B) 292º 0.72% 0.49% -
XYZ 11.11 6.19 20.01 -
YUV 68.58 159.84 159.68 -
System Red Green Blue C M Y K H S L
Decimal 113 35 125 0.10 0.72 0 0.51 292 0.56 0.31
Hex 71 23 7D A 48 0 33 124 38 1F
Octal 161 43 175 12 110 0 63 444 70 37
Binary 1110001 100011 1111101 1010 1001000 0 110011 100100100 111000 11111

Color Harmonies of #71237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71237D

Black with #71237D

Text Example


Text Example

White with #71237D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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