Html Css Color HEX #703A6A Seance

📋 copy color: '#703A6A'

red 112 ◦ green 58 ◦ blue 106

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

Shades of Seance #703A6A

Tints of Seance #703A6A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.01%

 BLUE value IS 106 (41.8% from 255) = 38.41%

R = 40.58%
G = 21.01%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#703A6A (or 0x703A6A) is known color: Seance. HEX triplet: 70, 3A and 6A. RGB value is (112,58,106). Sum of RGB (Red+Green+Blue) = 112+58+106=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #703A6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703A6A is #8FC595. Grayscale: #4F4F4F. Windows color (decimal): -9422230 or 6961776. OLE color: 6961776.

HSL color Cylindrical-coordinate representation of color #703A6A: hue angle of 306.67º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #703A6A is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 58 106 -
CMYK 0 0.48 0.05 0.56
HSL 306.67º 0.32% 0.33% -
HSV(B) 306.67º 0.48% 0.44% -
XYZ 10.8 7.51 14.52 -
YUV 79.62 142.89 151.1 -
System Red Green Blue C M Y K H S L
Decimal 112 58 106 0 0.48 0.05 0.56 306.67 0.32 0.33
Hex 70 3A 6A 0 30 5 38 133 20 21
Octal 160 72 152 0 60 5 70 463 40 41
Binary 1110000 111010 1101010 0 110000 101 111000 100110011 100000 100001

Color Harmonies of #703A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703A6A

Black with #703A6A

Text Example


Text Example

White with #703A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703A6A; }

 p { color: rgb(112,58,106); }

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

background-color css

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

 a { background-color: rgb(112,58,106); }

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

border-color css

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

 span { border-color: rgb(112,58,106); }

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