Html Css Color HEX #70294F Flirt

📋 copy color: '#70294F'

red 112 ◦ green 41 ◦ blue 79

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

Shades of Flirt #70294F

Tints of Flirt #70294F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.67%

 BLUE value IS 79 (31.25% from 255) = 34.05%

R = 48.28%
G = 17.67%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#70294F (or 0x70294F) is known color: Flirt. HEX triplet: 70, 29 and 4F. RGB value is (112,41,79). Sum of RGB (Red+Green+Blue) = 112+41+79=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #70294F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70294F is #8FD6B0. Grayscale: #424242. Windows color (decimal): -9426609 or 5187952. OLE color: 5187952.

HSL color Cylindrical-coordinate representation of color #70294F: hue angle of 327.89º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #70294F is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 41 79 -
CMYK 0 0.63 0.29 0.56
HSL 327.89º 0.46% 0.3% -
HSV(B) 327.89º 0.63% 0.44% -
XYZ 8.89 5.6 8.01 -
YUV 66.56 135.02 160.41 -
System Red Green Blue C M Y K H S L
Decimal 112 41 79 0 0.63 0.29 0.56 327.89 0.46 0.3
Hex 70 29 4F 0 3F 1D 38 148 2E 1E
Octal 160 51 117 0 77 35 70 510 56 36
Binary 1110000 101001 1001111 0 111111 11101 111000 101001000 101110 11110

Color Harmonies of #70294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70294F

Black with #70294F

Text Example


Text Example

White with #70294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70294F; }

 p { color: rgb(112,41,79); }

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

background-color css

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

 a { background-color: rgb(112,41,79); }

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

border-color css

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

 span { border-color: rgb(112,41,79); }

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