Html Css Color HEX #702F75 Seance

📋 copy color: '#702F75'

red 112 ◦ green 47 ◦ blue 117

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

Shades of Seance #702F75

Tints of Seance #702F75

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.03%

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

R = 40.58%
G = 17.03%
B = 42.39%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#702F75 (or 0x702F75) is known color: Seance. HEX triplet: 70, 2F and 75. RGB value is (112,47,117). Sum of RGB (Red+Green+Blue) = 112+47+117=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 117 - color contains mainly: blue. Hex color #702F75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702F75 is #8FD08A. Grayscale: #4A4A4A. Windows color (decimal): -9425035 or 7679856. OLE color: 7679856.

HSL color Cylindrical-coordinate representation of color #702F75: hue angle of 295.71º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #702F75 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 47 117 -
CMYK 0.04 0.60 0 0.54
HSL 295.71º 0.43% 0.32% -
HSV(B) 295.71º 0.6% 0.46% -
XYZ 10.91 6.76 17.56 -
YUV 74.42 152.03 154.81 -
System Red Green Blue C M Y K H S L
Decimal 112 47 117 0.04 0.60 0 0.54 295.71 0.43 0.32
Hex 70 2F 75 4 3C 0 36 128 2B 20
Octal 160 57 165 4 74 0 66 450 53 40
Binary 1110000 101111 1110101 100 111100 0 110110 100101000 101011 100000

Color Harmonies of #702F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F75

Black with #702F75

Text Example


Text Example

White with #702F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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