Html Css Color HEX #703558 Flirt

📋 copy color: '#703558'

red 112 ◦ green 53 ◦ blue 88

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

Shades of Flirt #703558

Tints of Flirt #703558

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.95%

 BLUE value IS 88 (34.77% from 255) = 34.78%

R = 44.27%
G = 20.95%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#703558 (or 0x703558) is known color: Flirt. HEX triplet: 70, 35 and 58. RGB value is (112,53,88). Sum of RGB (Red+Green+Blue) = 112+53+88=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #703558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703558 is #8FCAA7. Grayscale: #4A4A4A. Windows color (decimal): -9423528 or 5780848. OLE color: 5780848.

HSL color Cylindrical-coordinate representation of color #703558: hue angle of 324.41º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #703558 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 53 88 -
CMYK 0 0.53 0.21 0.56
HSL 324.41º 0.36% 0.32% -
HSV(B) 324.41º 0.53% 0.44% -
XYZ 9.72 6.7 10.01 -
YUV 74.63 135.55 154.65 -
System Red Green Blue C M Y K H S L
Decimal 112 53 88 0 0.53 0.21 0.56 324.41 0.36 0.32
Hex 70 35 58 0 35 15 38 144 24 20
Octal 160 65 130 0 65 25 70 504 44 40
Binary 1110000 110101 1011000 0 110101 10101 111000 101000100 100100 100000

Color Harmonies of #703558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703558

Black with #703558

Text Example


Text Example

White with #703558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703558; }

 p { color: rgb(112,53,88); }

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

background-color css

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

 a { background-color: rgb(112,53,88); }

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

border-color css

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

 span { border-color: rgb(112,53,88); }

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