Html Css Color HEX #702B76 Seance

📋 copy color: '#702B76'

red 112 ◦ green 43 ◦ blue 118

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

Shades of Seance #702B76

Tints of Seance #702B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 43.22%

R = 41.03%
G = 15.75%
B = 43.22%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#702B76 (or 0x702B76) is known color: Seance. HEX triplet: 70, 2B and 76. RGB value is (112,43,118). Sum of RGB (Red+Green+Blue) = 112+43+118=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #702B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702B76 is #8FD489. Grayscale: #474747. Windows color (decimal): -9426058 or 7744368. OLE color: 7744368.

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

Color convert

RGB 112 43 118 -
CMYK 0.05 0.64 0 0.54
HSL 295.2º 0.47% 0.32% -
HSV(B) 295.2º 0.64% 0.46% -
XYZ 10.82 6.48 17.82 -
YUV 72.18 153.86 156.4 -
System Red Green Blue C M Y K H S L
Decimal 112 43 118 0.05 0.64 0 0.54 295.2 0.47 0.32
Hex 70 2B 76 5 40 0 36 127 2F 20
Octal 160 53 166 5 100 0 66 447 57 40
Binary 1110000 101011 1110110 101 1000000 0 110110 100100111 101111 100000

Color Harmonies of #702B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702B76

Black with #702B76

Text Example


Text Example

White with #702B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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