Html Css Color HEX #712470 Seance

📋 copy color: '#712470'

red 113 ◦ green 36 ◦ blue 112

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

Shades of Seance #712470

Tints of Seance #712470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 42.91%

R = 43.3%
G = 13.79%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#712470 (or 0x712470) is known color: Seance. HEX triplet: 71, 24 and 70. RGB value is (113,36,112). Sum of RGB (Red+Green+Blue) = 113+36+112=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #712470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712470 is #8EDB8F. Grayscale: #434343. Windows color (decimal): -9362320 or 7349361. OLE color: 7349361.

HSL color Cylindrical-coordinate representation of color #712470: hue angle of 300.78º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #712470 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 36 112 -
CMYK 0 0.68 0.01 0.56
HSL 300.78º 0.52% 0.29% -
HSV(B) 300.78º 0.68% 0.44% -
XYZ 10.37 5.94 15.93 -
YUV 67.69 153.01 160.32 -
System Red Green Blue C M Y K H S L
Decimal 113 36 112 0 0.68 0.01 0.56 300.78 0.52 0.29
Hex 71 24 70 0 44 1 38 12D 34 1D
Octal 161 44 160 0 104 1 70 455 64 35
Binary 1110001 100100 1110000 0 1000100 1 111000 100101101 110100 11101

Color Harmonies of #712470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712470

Black with #712470

Text Example


Text Example

White with #712470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712470; }

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

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

background-color css

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

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

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

border-color css

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

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

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