Html Css Color HEX #802047 Flirt

📋 copy color: '#802047'

red 128 ◦ green 32 ◦ blue 71

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

Shades of Flirt #802047

Tints of Flirt #802047

RGB

 RED value IS 128 (50.39% from 255) = 55.41%

 GREEN value IS 32 (12.89% from 255) = 13.85%

 BLUE value IS 71 (28.13% from 255) = 30.74%

R = 55.41%
G = 13.85%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#802047 (or 0x802047) is known color: Flirt. HEX triplet: 80, 20 and 47. RGB value is (128,32,71). Sum of RGB (Red+Green+Blue) = 128+32+71=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #802047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802047 is #7FDFB8. Grayscale: #414141. Windows color (decimal): -8380345 or 4661376. OLE color: 4661376.

HSL color Cylindrical-coordinate representation of color #802047: hue angle of 335.62º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802047 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 32 71 -
CMYK 0 0.75 0.45 0.50
HSL 335.63º 0.6% 0.31% -
HSV(B) 335.63º 0.75% 0.5% -
XYZ 10.56 6.08 6.58 -
YUV 65.15 131.3 172.83 -
System Red Green Blue C M Y K H S L
Decimal 128 32 71 0 0.75 0.45 0.50 335.63 0.6 0.31
Hex 80 20 47 0 4B 2D 32 150 3C 1F
Octal 200 40 107 0 113 55 62 520 74 37
Binary 10000000 100000 1000111 0 1001011 101101 110010 101010000 111100 11111

Color Harmonies of #802047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802047

Black with #802047

Text Example


Text Example

White with #802047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802047; }

 p { color: rgb(128,32,71); }

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

background-color css

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

 a { background-color: rgb(128,32,71); }

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

border-color css

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

 span { border-color: rgb(128,32,71); }

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