Html Css Color HEX #702072 Seance

📋 copy color: '#702072'

red 112 ◦ green 32 ◦ blue 114

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

Shades of Seance #702072

Tints of Seance #702072

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.4%

 BLUE value IS 114 (44.92% from 255) = 44.19%

R = 43.41%
G = 12.4%
B = 44.19%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#702072 (or 0x702072) is known color: Seance. HEX triplet: 70, 20 and 72. RGB value is (112,32,114). Sum of RGB (Red+Green+Blue) = 112+32+114=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 114 - color contains mainly: blue. Hex color #702072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702072 is #8FDF8D. Grayscale: #414141. Windows color (decimal): -9428878 or 7479408. OLE color: 7479408.

HSL color Cylindrical-coordinate representation of color #702072: hue angle of 298.54º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #702072 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 32 114 -
CMYK 0.02 0.72 0 0.55
HSL 298.54º 0.56% 0.29% -
HSV(B) 298.54º 0.72% 0.45% -
XYZ 10.24 5.69 16.48 -
YUV 65.27 155.5 161.33 -
System Red Green Blue C M Y K H S L
Decimal 112 32 114 0.02 0.72 0 0.55 298.54 0.56 0.29
Hex 70 20 72 2 48 0 37 12B 38 1D
Octal 160 40 162 2 110 0 67 453 70 35
Binary 1110000 100000 1110010 10 1001000 0 110111 100101011 111000 11101

Color Harmonies of #702072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702072

Black with #702072

Text Example


Text Example

White with #702072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702072; }

 p { color: rgb(112,32,114); }

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

background-color css

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

 a { background-color: rgb(112,32,114); }

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

border-color css

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

 span { border-color: rgb(112,32,114); }

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