Html Css Color HEX #802055 Flirt

📋 copy color: '#802055'

red 128 ◦ green 32 ◦ blue 85

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

Shades of Flirt #802055

Tints of Flirt #802055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 34.69%

R = 52.24%
G = 13.06%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#802055 (or 0x802055) is known color: Flirt. HEX triplet: 80, 20 and 55. RGB value is (128,32,85). Sum of RGB (Red+Green+Blue) = 128+32+85=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #802055 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802055 is #7FDFAA. Grayscale: #424242. Windows color (decimal): -8380331 or 5578880. OLE color: 5578880.

HSL color Cylindrical-coordinate representation of color #802055: hue angle of 326.88º 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 #802055 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 32 85 -
CMYK 0 0.75 0.34 0.50
HSL 326.88º 0.6% 0.31% -
HSV(B) 326.88º 0.75% 0.5% -
XYZ 11.06 6.28 9.22 -
YUV 66.75 138.3 171.69 -
System Red Green Blue C M Y K H S L
Decimal 128 32 85 0 0.75 0.34 0.50 326.88 0.6 0.31
Hex 80 20 55 0 4B 22 32 147 3C 1F
Octal 200 40 125 0 113 42 62 507 74 37
Binary 10000000 100000 1010101 0 1001011 100010 110010 101000111 111100 11111

Color Harmonies of #802055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802055

Black with #802055

Text Example


Text Example

White with #802055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802055; }

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

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

background-color css

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

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

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

border-color css

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

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

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