Html Css Color HEX #702471 Seance

📋 copy color: '#702471'

red 112 ◦ green 36 ◦ blue 113

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

Shades of Seance #702471

Tints of Seance #702471

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #702471: hue angle of 299.22º 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 #702471 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 36 113 -
CMYK 0.01 0.68 0 0.56
HSL 299.22º 0.52% 0.29% -
HSV(B) 299.22º 0.68% 0.44% -
XYZ 10.29 5.9 16.22 -
YUV 67.5 153.68 159.74 -
System Red Green Blue C M Y K H S L
Decimal 112 36 113 0.01 0.68 0 0.56 299.22 0.52 0.29
Hex 70 24 71 1 44 0 38 12B 34 1D
Octal 160 44 161 1 104 0 70 453 64 35
Binary 1110000 100100 1110001 1 1000100 0 111000 100101011 110100 11101

Color Harmonies of #702471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702471

Black with #702471

Text Example


Text Example

White with #702471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702471; }

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

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

background-color css

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

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

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

border-color css

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

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

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