Html Css Color HEX #712878 Seance

📋 copy color: '#712878'

red 113 ◦ green 40 ◦ blue 120

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

Shades of Seance #712878

Tints of Seance #712878

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.65%

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

R = 41.39%
G = 14.65%
B = 43.96%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#712878 (or 0x712878) is known color: Seance. HEX triplet: 71, 28 and 78. RGB value is (113,40,120). Sum of RGB (Red+Green+Blue) = 113+40+120=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 120 - color contains mainly: blue. Hex color #712878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712878 is #8ED787. Grayscale: #464646. Windows color (decimal): -9361288 or 7874673. OLE color: 7874673.

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

Color convert

RGB 113 40 120 -
CMYK 0.06 0.67 0 0.53
HSL 294.75º 0.5% 0.31% -
HSV(B) 294.75º 0.67% 0.47% -
XYZ 10.96 6.38 18.42 -
YUV 70.95 155.68 158 -
System Red Green Blue C M Y K H S L
Decimal 113 40 120 0.06 0.67 0 0.53 294.75 0.5 0.31
Hex 71 28 78 6 43 0 35 127 32 1F
Octal 161 50 170 6 103 0 65 447 62 37
Binary 1110001 101000 1111000 110 1000011 0 110101 100100111 110010 11111

Color Harmonies of #712878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712878

Black with #712878

Text Example


Text Example

White with #712878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712878; }

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

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

background-color css

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

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

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

border-color css

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

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

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