Html Css Color HEX #702B77 Seance

📋 copy color: '#702B77'

red 112 ◦ green 43 ◦ blue 119

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

Shades of Seance #702B77

Tints of Seance #702B77

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.69%

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

R = 40.88%
G = 15.69%
B = 43.43%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#702B77 (or 0x702B77) is known color: Seance. HEX triplet: 70, 2B and 77. RGB value is (112,43,119). Sum of RGB (Red+Green+Blue) = 112+43+119=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 119 (46.88% from 255 or 43.43% from 274); Max value from RGB is 119 - color contains mainly: blue. Hex color #702B77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702B77 is #8FD488. Grayscale: #484848. Windows color (decimal): -9426057 or 7809904. OLE color: 7809904.

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

Color convert

RGB 112 43 119 -
CMYK 0.06 0.64 0 0.53
HSL 294.47º 0.47% 0.32% -
HSV(B) 294.47º 0.64% 0.47% -
XYZ 10.88 6.5 18.14 -
YUV 72.3 154.36 156.32 -
System Red Green Blue C M Y K H S L
Decimal 112 43 119 0.06 0.64 0 0.53 294.47 0.47 0.32
Hex 70 2B 77 6 40 0 35 126 2F 20
Octal 160 53 167 6 100 0 65 446 57 40
Binary 1110000 101011 1110111 110 1000000 0 110101 100100110 101111 100000

Color Harmonies of #702B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702B77

Black with #702B77

Text Example


Text Example

White with #702B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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