Html Css Color HEX #71187A Seance

📋 copy color: '#71187A'

red 113 ◦ green 24 ◦ blue 122

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

Shades of Seance #71187A

Tints of Seance #71187A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.27%

 BLUE value IS 122 (48.05% from 255) = 47.1%

R = 43.63%
G = 9.27%
B = 47.1%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#71187A (or 0x71187A) is known color: Seance. HEX triplet: 71, 18 and 7A. RGB value is (113,24,122). Sum of RGB (Red+Green+Blue) = 113+24+122=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #71187A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71187A is #8EE785. Grayscale: #3D3D3D. Windows color (decimal): -9365382 or 8001649. OLE color: 8001649.

HSL color Cylindrical-coordinate representation of color #71187A: hue angle of 294.49º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71187A is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 113 24 122 -
CMYK 0.07 0.80 0 0.52
HSL 294.49º 0.67% 0.29% -
HSV(B) 294.49º 0.8% 0.48% -
XYZ 10.65 5.57 18.93 -
YUV 61.78 161.99 164.53 -
System Red Green Blue C M Y K H S L
Decimal 113 24 122 0.07 0.80 0 0.52 294.49 0.67 0.29
Hex 71 18 7A 7 50 0 34 126 43 1D
Octal 161 30 172 7 120 0 64 446 103 35
Binary 1110001 11000 1111010 111 1010000 0 110100 100100110 1000011 11101

Color Harmonies of #71187A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71187A

Black with #71187A

Text Example


Text Example

White with #71187A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71187A; }

 p { color: rgb(113,24,122); }

 H1.HeaderClassName
 {
   color: #71187A;
 }
 .AnyTagClassName
 {
   color: #71187A;
 }
</style>

background-color css

<style>
 a { background-color: #71187A; }

 a { background-color: rgb(113,24,122); }

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

border-color css

<style>
 span { border-color: #71187A; }

 span { border-color: rgb(113,24,122); }

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