Html Css Color HEX #802453 Flirt

📋 copy color: '#802453'

red 128 ◦ green 36 ◦ blue 83

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

Shades of Flirt #802453

Tints of Flirt #802453

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.57%

 BLUE value IS 83 (32.81% from 255) = 33.6%

R = 51.82%
G = 14.57%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#802453 (or 0x802453) is known color: Flirt. HEX triplet: 80, 24 and 53. RGB value is (128,36,83). Sum of RGB (Red+Green+Blue) = 128+36+83=247 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.82% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 128 - color contains mainly: red. Hex color #802453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802453 is #7FDBAC. Grayscale: #444444. Windows color (decimal): -8379309 or 5448832. OLE color: 5448832.

HSL color Cylindrical-coordinate representation of color #802453: hue angle of 329.35º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #802453 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 36 83 -
CMYK 0 0.72 0.35 0.50
HSL 329.35º 0.56% 0.32% -
HSV(B) 329.35º 0.72% 0.5% -
XYZ 11.09 6.48 8.85 -
YUV 68.87 135.98 170.18 -
System Red Green Blue C M Y K H S L
Decimal 128 36 83 0 0.72 0.35 0.50 329.35 0.56 0.32
Hex 80 24 53 0 48 23 32 149 38 20
Octal 200 44 123 0 110 43 62 511 70 40
Binary 10000000 100100 1010011 0 1001000 100011 110010 101001001 111000 100000

Color Harmonies of #802453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802453

Black with #802453

Text Example


Text Example

White with #802453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802453; }

 p { color: rgb(128,36,83); }

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

background-color css

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

 a { background-color: rgb(128,36,83); }

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

border-color css

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

 span { border-color: rgb(128,36,83); }

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