Html Css Color HEX #702D77 Seance

📋 copy color: '#702D77'

red 112 ◦ green 45 ◦ blue 119

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

Shades of Seance #702D77

Tints of Seance #702D77

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.3%

 BLUE value IS 119 (46.88% from 255) = 43.12%

R = 40.58%
G = 16.3%
B = 43.12%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#702D77 (or 0x702D77) is known color: Seance. HEX triplet: 70, 2D and 77. RGB value is (112,45,119). Sum of RGB (Red+Green+Blue) = 112+45+119=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 119 - color contains mainly: blue. Hex color #702D77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702D77 is #8FD288. Grayscale: #494949. Windows color (decimal): -9425545 or 7810416. OLE color: 7810416.

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

Color convert

RGB 112 45 119 -
CMYK 0.06 0.62 0 0.53
HSL 294.32º 0.45% 0.32% -
HSV(B) 294.32º 0.62% 0.47% -
XYZ 10.95 6.65 18.16 -
YUV 73.47 153.7 155.48 -
System Red Green Blue C M Y K H S L
Decimal 112 45 119 0.06 0.62 0 0.53 294.32 0.45 0.32
Hex 70 2D 77 6 3E 0 35 126 2D 20
Octal 160 55 167 6 76 0 65 446 55 40
Binary 1110000 101101 1110111 110 111110 0 110101 100100110 101101 100000

Color Harmonies of #702D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702D77

Black with #702D77

Text Example


Text Example

White with #702D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,45,119); }

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

background-color css

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

 a { background-color: rgb(112,45,119); }

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

border-color css

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

 span { border-color: rgb(112,45,119); }

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