Html Css Color HEX #702B72 Seance

📋 copy color: '#702B72'

red 112 ◦ green 43 ◦ blue 114

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

Shades of Seance #702B72

Tints of Seance #702B72

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.99%

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

R = 41.64%
G = 15.99%
B = 42.38%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#702B72 (or 0x702B72) is known color: Seance. HEX triplet: 70, 2B and 72. RGB value is (112,43,114). Sum of RGB (Red+Green+Blue) = 112+43+114=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 114 - color contains mainly: blue. Hex color #702B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702B72 is #8FD48D. Grayscale: #474747. Windows color (decimal): -9426062 or 7482224. OLE color: 7482224.

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

Color convert

RGB 112 43 114 -
CMYK 0.02 0.62 0 0.55
HSL 298.31º 0.45% 0.31% -
HSV(B) 298.31º 0.62% 0.45% -
XYZ 10.58 6.39 16.59 -
YUV 71.73 151.86 156.73 -
System Red Green Blue C M Y K H S L
Decimal 112 43 114 0.02 0.62 0 0.55 298.31 0.45 0.31
Hex 70 2B 72 2 3E 0 37 12A 2D 1F
Octal 160 53 162 2 76 0 67 452 55 37
Binary 1110000 101011 1110010 10 111110 0 110111 100101010 101101 11111

Color Harmonies of #702B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702B72

Black with #702B72

Text Example


Text Example

White with #702B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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