Html Css Color HEX #702C78 Seance

📋 copy color: '#702C78'

red 112 ◦ green 44 ◦ blue 120

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

Shades of Seance #702C78

Tints of Seance #702C78

RGB

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

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

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

R = 40.58%
G = 15.94%
B = 43.48%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#702C78 (or 0x702C78) is known color: Seance. HEX triplet: 70, 2C and 78. RGB value is (112,44,120). Sum of RGB (Red+Green+Blue) = 112+44+120=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #702C78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702C78 is #8FD387. Grayscale: #484848. Windows color (decimal): -9425800 or 7875696. OLE color: 7875696.

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

Color convert

RGB 112 44 120 -
CMYK 0.07 0.63 0 0.53
HSL 293.68º 0.46% 0.32% -
HSV(B) 293.68º 0.63% 0.47% -
XYZ 10.97 6.6 18.47 -
YUV 73 154.53 155.82 -
System Red Green Blue C M Y K H S L
Decimal 112 44 120 0.07 0.63 0 0.53 293.68 0.46 0.32
Hex 70 2C 78 7 3F 0 35 126 2E 20
Octal 160 54 170 7 77 0 65 446 56 40
Binary 1110000 101100 1111000 111 111111 0 110101 100100110 101110 100000

Color Harmonies of #702C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702C78

Black with #702C78

Text Example


Text Example

White with #702C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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