Html Css Color HEX #712978 Seance

📋 copy color: '#712978'

red 113 ◦ green 41 ◦ blue 120

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

Shades of Seance #712978

Tints of Seance #712978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.96%

 BLUE value IS 120 (47.27% from 255) = 43.8%

R = 41.24%
G = 14.96%
B = 43.8%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#712978 (or 0x712978) is known color: Seance. HEX triplet: 71, 29 and 78. RGB value is (113,41,120). Sum of RGB (Red+Green+Blue) = 113+41+120=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #712978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712978 is #8ED687. Grayscale: #474747. Windows color (decimal): -9361032 or 7874929. OLE color: 7874929.

HSL color Cylindrical-coordinate representation of color #712978: hue angle of 294.68º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #712978 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 41 120 -
CMYK 0.06 0.66 0 0.53
HSL 294.68º 0.49% 0.32% -
HSV(B) 294.68º 0.66% 0.47% -
XYZ 10.99 6.45 18.44 -
YUV 71.53 155.35 157.58 -
System Red Green Blue C M Y K H S L
Decimal 113 41 120 0.06 0.66 0 0.53 294.68 0.49 0.32
Hex 71 29 78 6 42 0 35 127 31 20
Octal 161 51 170 6 102 0 65 447 61 40
Binary 1110001 101001 1111000 110 1000010 0 110101 100100111 110001 100000

Color Harmonies of #712978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712978

Black with #712978

Text Example


Text Example

White with #712978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712978; }

 p { color: rgb(113,41,120); }

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

background-color css

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

 a { background-color: rgb(113,41,120); }

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

border-color css

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

 span { border-color: rgb(113,41,120); }

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