Html Css Color HEX #702A78 Seance

📋 copy color: '#702A78'

red 112 ◦ green 42 ◦ blue 120

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

Shades of Seance #702A78

Tints of Seance #702A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.8%

R = 40.88%
G = 15.33%
B = 43.8%

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

#702A78 (or 0x702A78) is known color: Seance. HEX triplet: 70, 2A and 78. RGB value is (112,42,120). Sum of RGB (Red+Green+Blue) = 112+42+120=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 42 (16.80% from 255 or 15.33% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #702A78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702A78 is #8FD587. Grayscale: #474747. Windows color (decimal): -9426312 or 7875184. OLE color: 7875184.

HSL color Cylindrical-coordinate representation of color #702A78: hue angle of 293.85º 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 #702A78 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 42 120 -
CMYK 0.07 0.65 0 0.53
HSL 293.85º 0.48% 0.32% -
HSV(B) 293.85º 0.65% 0.47% -
XYZ 10.9 6.46 18.44 -
YUV 71.82 155.19 156.66 -
System Red Green Blue C M Y K H S L
Decimal 112 42 120 0.07 0.65 0 0.53 293.85 0.48 0.32
Hex 70 2A 78 7 41 0 35 126 30 20
Octal 160 52 170 7 101 0 65 446 60 40
Binary 1110000 101010 1111000 111 1000001 0 110101 100100110 110000 100000

Color Harmonies of #702A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702A78

Black with #702A78

Text Example


Text Example

White with #702A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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