Html Css Color HEX #702575 Seance

📋 copy color: '#702575'

red 112 ◦ green 37 ◦ blue 117

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

Shades of Seance #702575

Tints of Seance #702575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.91%

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

R = 42.11%
G = 13.91%
B = 43.98%

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

#702575 (or 0x702575) is known color: Seance. HEX triplet: 70, 25 and 75. RGB value is (112,37,117). Sum of RGB (Red+Green+Blue) = 112+37+117=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #702575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702575 is #8FDA8A. Grayscale: #444444. Windows color (decimal): -9427595 or 7677296. OLE color: 7677296.

HSL color Cylindrical-coordinate representation of color #702575: hue angle of 296.25º degrees, saturation: 0.52, 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 #702575 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 37 117 -
CMYK 0.04 0.68 0 0.54
HSL 296.25º 0.52% 0.3% -
HSV(B) 296.25º 0.68% 0.46% -
XYZ 10.55 6.05 17.44 -
YUV 68.55 155.35 159 -
System Red Green Blue C M Y K H S L
Decimal 112 37 117 0.04 0.68 0 0.54 296.25 0.52 0.3
Hex 70 25 75 4 44 0 36 128 34 1E
Octal 160 45 165 4 104 0 66 450 64 36
Binary 1110000 100101 1110101 100 1000100 0 110110 100101000 110100 11110

Color Harmonies of #702575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702575

Black with #702575

Text Example


Text Example

White with #702575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702575; }

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

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

background-color css

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

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

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

border-color css

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

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

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