Html Css Color HEX #702D75 Seance

📋 copy color: '#702D75'

red 112 ◦ green 45 ◦ blue 117

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

Shades of Seance #702D75

Tints of Seance #702D75

RGB

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

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

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

R = 40.88%
G = 16.42%
B = 42.7%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#702D75 (or 0x702D75) is known color: Seance. HEX triplet: 70, 2D and 75. RGB value is (112,45,117). Sum of RGB (Red+Green+Blue) = 112+45+117=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 117 - color contains mainly: blue. Hex color #702D75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702D75 is #8FD28A. Grayscale: #494949. Windows color (decimal): -9425547 or 7679344. OLE color: 7679344.

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

Color convert

RGB 112 45 117 -
CMYK 0.04 0.62 0 0.54
HSL 295.83º 0.44% 0.32% -
HSV(B) 295.83º 0.62% 0.46% -
XYZ 10.83 6.61 17.53 -
YUV 73.24 152.7 155.65 -
System Red Green Blue C M Y K H S L
Decimal 112 45 117 0.04 0.62 0 0.54 295.83 0.44 0.32
Hex 70 2D 75 4 3E 0 36 128 2C 20
Octal 160 55 165 4 76 0 66 450 54 40
Binary 1110000 101101 1110101 100 111110 0 110110 100101000 101100 100000

Color Harmonies of #702D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702D75

Black with #702D75

Text Example


Text Example

White with #702D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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