Html Css Color HEX #702C73 Seance

📋 copy color: '#702C73'

red 112 ◦ green 44 ◦ blue 115

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

Shades of Seance #702C73

Tints of Seance #702C73

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.24%

 BLUE value IS 115 (45.31% from 255) = 42.44%

R = 41.33%
G = 16.24%
B = 42.44%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#702C73 (or 0x702C73) is known color: Seance. HEX triplet: 70, 2C and 73. RGB value is (112,44,115). Sum of RGB (Red+Green+Blue) = 112+44+115=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 115 - color contains mainly: blue. Hex color #702C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702C73 is #8FD38C. Grayscale: #484848. Windows color (decimal): -9425805 or 7548016. OLE color: 7548016.

HSL color Cylindrical-coordinate representation of color #702C73: hue angle of 297.46º 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 #702C73 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 44 115 -
CMYK 0.03 0.62 0 0.55
HSL 297.46º 0.45% 0.31% -
HSV(B) 297.46º 0.62% 0.45% -
XYZ 10.68 6.48 16.91 -
YUV 72.43 152.03 156.23 -
System Red Green Blue C M Y K H S L
Decimal 112 44 115 0.03 0.62 0 0.55 297.46 0.45 0.31
Hex 70 2C 73 3 3E 0 37 129 2D 1F
Octal 160 54 163 3 76 0 67 451 55 37
Binary 1110000 101100 1110011 11 111110 0 110111 100101001 101101 11111

Color Harmonies of #702C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702C73

Black with #702C73

Text Example


Text Example

White with #702C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,44,115); }

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

background-color css

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

 a { background-color: rgb(112,44,115); }

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

border-color css

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

 span { border-color: rgb(112,44,115); }

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