Html Css Color HEX #703A5D Finn

📋 copy color: '#703A5D'

red 112 ◦ green 58 ◦ blue 93

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

Shades of Finn #703A5D

Tints of Finn #703A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.36%

R = 42.59%
G = 22.05%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#703A5D (or 0x703A5D) is known color: Finn. HEX triplet: 70, 3A and 5D. RGB value is (112,58,93). Sum of RGB (Red+Green+Blue) = 112+58+93=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #703A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703A5D is #8FC5A2. Grayscale: #4E4E4E. Windows color (decimal): -9422243 or 6109808. OLE color: 6109808.

HSL color Cylindrical-coordinate representation of color #703A5D: hue angle of 321.11º 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 #703A5D is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 58 93 -
CMYK 0 0.48 0.17 0.56
HSL 321.11º 0.32% 0.33% -
HSV(B) 321.11º 0.48% 0.44% -
XYZ 10.17 7.26 11.22 -
YUV 78.14 136.39 152.15 -
System Red Green Blue C M Y K H S L
Decimal 112 58 93 0 0.48 0.17 0.56 321.11 0.32 0.33
Hex 70 3A 5D 0 30 11 38 141 20 21
Octal 160 72 135 0 60 21 70 501 40 41
Binary 1110000 111010 1011101 0 110000 10001 111000 101000001 100000 100001

Color Harmonies of #703A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703A5D

Black with #703A5D

Text Example


Text Example

White with #703A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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