Html Css Color HEX #702372 Seance

📋 copy color: '#702372'

red 112 ◦ green 35 ◦ blue 114

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

Shades of Seance #702372

Tints of Seance #702372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.41%

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

R = 42.91%
G = 13.41%
B = 43.68%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#702372 (or 0x702372) is known color: Seance. HEX triplet: 70, 23 and 72. RGB value is (112,35,114). Sum of RGB (Red+Green+Blue) = 112+35+114=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 114 - color contains mainly: blue. Hex color #702372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702372 is #8FDC8D. Grayscale: #424242. Windows color (decimal): -9428110 or 7480176. OLE color: 7480176.

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

Color convert

RGB 112 35 114 -
CMYK 0.02 0.69 0 0.55
HSL 298.48º 0.53% 0.29% -
HSV(B) 298.48º 0.69% 0.45% -
XYZ 10.32 5.86 16.51 -
YUV 67.03 154.51 160.08 -
System Red Green Blue C M Y K H S L
Decimal 112 35 114 0.02 0.69 0 0.55 298.48 0.53 0.29
Hex 70 23 72 2 45 0 37 12A 35 1D
Octal 160 43 162 2 105 0 67 452 65 35
Binary 1110000 100011 1110010 10 1000101 0 110111 100101010 110101 11101

Color Harmonies of #702372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702372

Black with #702372

Text Example


Text Example

White with #702372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702372; }

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

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

background-color css

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

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

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

border-color css

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

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

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