Html Css Color HEX #804A71 Cosmic

📋 copy color: '#804A71'

red 128 ◦ green 74 ◦ blue 113

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

Shades of Cosmic #804A71

Tints of Cosmic #804A71

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.49%

 BLUE value IS 113 (44.53% from 255) = 35.87%

R = 40.63%
G = 23.49%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#804A71 (or 0x804A71) is known color: Cosmic. HEX triplet: 80, 4A and 71. RGB value is (128,74,113). Sum of RGB (Red+Green+Blue) = 128+74+113=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 128 - color contains mainly: red. Hex color #804A71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804A71 is #7FB58E. Grayscale: #5E5E5E. Windows color (decimal): -8369551 or 7424640. OLE color: 7424640.

HSL color Cylindrical-coordinate representation of color #804A71: hue angle of 316.67º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #804A71 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 74 113 -
CMYK 0 0.42 0.12 0.50
HSL 316.67º 0.27% 0.4% -
HSV(B) 316.67º 0.42% 0.5% -
XYZ 14.33 10.68 16.93 -
YUV 94.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 128 74 113 0 0.42 0.12 0.50 316.67 0.27 0.4
Hex 80 4A 71 0 2A C 32 13D 1B 28
Octal 200 112 161 0 52 14 62 475 33 50
Binary 10000000 1001010 1110001 0 101010 1100 110010 100111101 11011 101000

Color Harmonies of #804A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804A71

Black with #804A71

Text Example


Text Example

White with #804A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804A71; }

 p { color: rgb(128,74,113); }

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

background-color css

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

 a { background-color: rgb(128,74,113); }

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

border-color css

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

 span { border-color: rgb(128,74,113); }

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