Html Css Color HEX #702A54 Flirt

📋 copy color: '#702A54'

red 112 ◦ green 42 ◦ blue 84

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

Shades of Flirt #702A54

Tints of Flirt #702A54

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.65%

 BLUE value IS 84 (33.2% from 255) = 35.29%

R = 47.06%
G = 17.65%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#702A54 (or 0x702A54) is known color: Flirt. HEX triplet: 70, 2A and 54. RGB value is (112,42,84). Sum of RGB (Red+Green+Blue) = 112+42+84=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 84 (33.20% from 255 or 35.29% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #702A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702A54 is #8FD5AB. Grayscale: #434343. Windows color (decimal): -9426348 or 5515888. OLE color: 5515888.

HSL color Cylindrical-coordinate representation of color #702A54: hue angle of 324º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #702A54 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 42 84 -
CMYK 0 0.62 0.25 0.56
HSL 324º 0.45% 0.3% -
HSV(B) 324º 0.63% 0.44% -
XYZ 9.11 5.74 9.02 -
YUV 67.72 137.19 159.58 -
System Red Green Blue C M Y K H S L
Decimal 112 42 84 0 0.62 0.25 0.56 324 0.45 0.3
Hex 70 2A 54 0 3E 19 38 144 2D 1E
Octal 160 52 124 0 76 31 70 504 55 36
Binary 1110000 101010 1010100 0 111110 11001 111000 101000100 101101 11110

Color Harmonies of #702A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702A54

Black with #702A54

Text Example


Text Example

White with #702A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702A54; }

 p { color: rgb(112,42,84); }

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

background-color css

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

 a { background-color: rgb(112,42,84); }

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

border-color css

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

 span { border-color: rgb(112,42,84); }

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