Html Css Color HEX #701C7A Seance

📋 copy color: '#701C7A'

red 112 ◦ green 28 ◦ blue 122

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

Shades of Seance #701C7A

Tints of Seance #701C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 46.56%

R = 42.75%
G = 10.69%
B = 46.56%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#701C7A (or 0x701C7A) is known color: Seance. HEX triplet: 70, 1C and 7A. RGB value is (112,28,122). Sum of RGB (Red+Green+Blue) = 112+28+122=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 122 - color contains mainly: blue. Hex color #701C7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701C7A is #8FE385. Grayscale: #3F3F3F. Windows color (decimal): -9429894 or 8002672. OLE color: 8002672.

HSL color Cylindrical-coordinate representation of color #701C7A: hue angle of 293.62º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #701C7A is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 112 28 122 -
CMYK 0.08 0.77 0 0.52
HSL 293.62º 0.63% 0.29% -
HSV(B) 293.62º 0.77% 0.48% -
XYZ 10.61 5.68 18.95 -
YUV 63.83 160.83 162.36 -
System Red Green Blue C M Y K H S L
Decimal 112 28 122 0.08 0.77 0 0.52 293.62 0.63 0.29
Hex 70 1C 7A 8 4D 0 34 126 3F 1D
Octal 160 34 172 10 115 0 64 446 77 35
Binary 1110000 11100 1111010 1000 1001101 0 110100 100100110 111111 11101

Color Harmonies of #701C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701C7A

Black with #701C7A

Text Example


Text Example

White with #701C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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