Html Css Color HEX #702A79 Seance

📋 copy color: '#702A79'

red 112 ◦ green 42 ◦ blue 121

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

Shades of Seance #702A79

Tints of Seance #702A79

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.27%

 BLUE value IS 121 (47.66% from 255) = 44%

R = 40.73%
G = 15.27%
B = 44%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#702A79 (or 0x702A79) is known color: Seance. HEX triplet: 70, 2A and 79. RGB value is (112,42,121). Sum of RGB (Red+Green+Blue) = 112+42+121=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 121 - color contains mainly: blue. Hex color #702A79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702A79 is #8FD586. Grayscale: #474747. Windows color (decimal): -9426311 or 7940720. OLE color: 7940720.

HSL color Cylindrical-coordinate representation of color #702A79: hue angle of 293.16º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #702A79 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 42 121 -
CMYK 0.07 0.65 0 0.53
HSL 293.16º 0.48% 0.32% -
HSV(B) 293.16º 0.65% 0.47% -
XYZ 10.96 6.48 18.76 -
YUV 71.94 155.69 156.58 -
System Red Green Blue C M Y K H S L
Decimal 112 42 121 0.07 0.65 0 0.53 293.16 0.48 0.32
Hex 70 2A 79 7 41 0 35 125 30 20
Octal 160 52 171 7 101 0 65 445 60 40
Binary 1110000 101010 1111001 111 1000001 0 110101 100100101 110000 100000

Color Harmonies of #702A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702A79

Black with #702A79

Text Example


Text Example

White with #702A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,42,121); }

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

background-color css

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

 a { background-color: rgb(112,42,121); }

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

border-color css

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

 span { border-color: rgb(112,42,121); }

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