Html Css Color HEX #701875 Seance

📋 copy color: '#701875'

red 112 ◦ green 24 ◦ blue 117

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

Shades of Seance #701875

Tints of Seance #701875

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.49%

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

R = 44.27%
G = 9.49%
B = 46.25%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#701875 (or 0x701875) is known color: Seance. HEX triplet: 70, 18 and 75. RGB value is (112,24,117). Sum of RGB (Red+Green+Blue) = 112+24+117=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #701875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701875 is #8FE78A. Grayscale: #3C3C3C. Windows color (decimal): -9430923 or 7673968. OLE color: 7673968.

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

Color convert

RGB 112 24 117 -
CMYK 0.04 0.79 0 0.54
HSL 296.77º 0.66% 0.28% -
HSV(B) 296.77º 0.79% 0.46% -
XYZ 10.22 5.38 17.33 -
YUV 60.91 159.65 164.44 -
System Red Green Blue C M Y K H S L
Decimal 112 24 117 0.04 0.79 0 0.54 296.77 0.66 0.28
Hex 70 18 75 4 4F 0 36 129 42 1C
Octal 160 30 165 4 117 0 66 451 102 34
Binary 1110000 11000 1110101 100 1001111 0 110110 100101001 1000010 11100

Color Harmonies of #701875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701875

Black with #701875

Text Example


Text Example

White with #701875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701875; }

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

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

background-color css

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

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

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

border-color css

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

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

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