Html Css Color HEX #702675 Seance

📋 copy color: '#702675'

red 112 ◦ green 38 ◦ blue 117

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

Shades of Seance #702675

Tints of Seance #702675

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.23%

 BLUE value IS 117 (46.09% from 255) = 43.82%

R = 41.95%
G = 14.23%
B = 43.82%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#702675 (or 0x702675) is known color: Seance. HEX triplet: 70, 26 and 75. RGB value is (112,38,117). Sum of RGB (Red+Green+Blue) = 112+38+117=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #702675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702675 is #8FD98A. Grayscale: #444444. Windows color (decimal): -9427339 or 7677552. OLE color: 7677552.

HSL color Cylindrical-coordinate representation of color #702675: hue angle of 296.2º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #702675 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 38 117 -
CMYK 0.04 0.68 0 0.54
HSL 296.2º 0.51% 0.3% -
HSV(B) 296.2º 0.68% 0.46% -
XYZ 10.59 6.12 17.45 -
YUV 69.13 155.02 158.58 -
System Red Green Blue C M Y K H S L
Decimal 112 38 117 0.04 0.68 0 0.54 296.2 0.51 0.3
Hex 70 26 75 4 44 0 36 128 33 1E
Octal 160 46 165 4 104 0 66 450 63 36
Binary 1110000 100110 1110101 100 1000100 0 110110 100101000 110011 11110

Color Harmonies of #702675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702675

Black with #702675

Text Example


Text Example

White with #702675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702675; }

 p { color: rgb(112,38,117); }

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

background-color css

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

 a { background-color: rgb(112,38,117); }

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

border-color css

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

 span { border-color: rgb(112,38,117); }

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