Html Css Color HEX #701C72 Seance

📋 copy color: '#701C72'

red 112 ◦ green 28 ◦ blue 114

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

Shades of Seance #701C72

Tints of Seance #701C72

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.02%

 BLUE value IS 114 (44.92% from 255) = 44.88%

R = 44.09%
G = 11.02%
B = 44.88%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#701C72 (or 0x701C72) is known color: Seance. HEX triplet: 70, 1C and 72. RGB value is (112,28,114). Sum of RGB (Red+Green+Blue) = 112+28+114=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 114 - color contains mainly: blue. Hex color #701C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701C72 is #8FE38D. Grayscale: #3E3E3E. Windows color (decimal): -9429902 or 7478384. OLE color: 7478384.

HSL color Cylindrical-coordinate representation of color #701C72: hue angle of 298.6º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #701C72 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 28 114 -
CMYK 0.02 0.75 0 0.55
HSL 298.6º 0.61% 0.28% -
HSV(B) 298.6º 0.75% 0.45% -
XYZ 10.13 5.49 16.45 -
YUV 62.92 156.83 163.01 -
System Red Green Blue C M Y K H S L
Decimal 112 28 114 0.02 0.75 0 0.55 298.6 0.61 0.28
Hex 70 1C 72 2 4B 0 37 12B 3D 1C
Octal 160 34 162 2 113 0 67 453 75 34
Binary 1110000 11100 1110010 10 1001011 0 110111 100101011 111101 11100

Color Harmonies of #701C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701C72

Black with #701C72

Text Example


Text Example

White with #701C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701C72; }

 p { color: rgb(112,28,114); }

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

background-color css

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

 a { background-color: rgb(112,28,114); }

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

border-color css

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

 span { border-color: rgb(112,28,114); }

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