Html Css Color HEX #703258 Flirt

📋 copy color: '#703258'

red 112 ◦ green 50 ◦ blue 88

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

Shades of Flirt #703258

Tints of Flirt #703258

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20%

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

R = 44.8%
G = 20%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#703258 (or 0x703258) is known color: Flirt. HEX triplet: 70, 32 and 58. RGB value is (112,50,88). Sum of RGB (Red+Green+Blue) = 112+50+88=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #703258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703258 is #8FCDA7. Grayscale: #484848. Windows color (decimal): -9424296 or 5780080. OLE color: 5780080.

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

Color convert

RGB 112 50 88 -
CMYK 0 0.55 0.21 0.56
HSL 323.23º 0.38% 0.32% -
HSV(B) 323.23º 0.55% 0.44% -
XYZ 9.58 6.43 9.97 -
YUV 72.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 112 50 88 0 0.55 0.21 0.56 323.23 0.38 0.32
Hex 70 32 58 0 37 15 38 143 26 20
Octal 160 62 130 0 67 25 70 503 46 40
Binary 1110000 110010 1011000 0 110111 10101 111000 101000011 100110 100000

Color Harmonies of #703258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703258

Black with #703258

Text Example


Text Example

White with #703258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703258; }

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

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

background-color css

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

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

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

border-color css

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

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

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