Html Css Color HEX #804471 Cosmic

📋 copy color: '#804471'

red 128 ◦ green 68 ◦ blue 113

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

Shades of Cosmic #804471

Tints of Cosmic #804471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.01%

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

R = 41.42%
G = 22.01%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#804471 (or 0x804471) is known color: Cosmic. HEX triplet: 80, 44 and 71. RGB value is (128,68,113). Sum of RGB (Red+Green+Blue) = 128+68+113=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 128 - color contains mainly: red. Hex color #804471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804471 is #7FBB8E. Grayscale: #5A5A5A. Windows color (decimal): -8371087 or 7423104. OLE color: 7423104.

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

Color convert

RGB 128 68 113 -
CMYK 0 0.47 0.12 0.50
HSL 315º 0.31% 0.38% -
HSV(B) 315º 0.47% 0.5% -
XYZ 13.95 9.92 16.8 -
YUV 91.07 140.38 154.34 -
System Red Green Blue C M Y K H S L
Decimal 128 68 113 0 0.47 0.12 0.50 315 0.31 0.38
Hex 80 44 71 0 2F C 32 13B 1F 26
Octal 200 104 161 0 57 14 62 473 37 46
Binary 10000000 1000100 1110001 0 101111 1100 110010 100111011 11111 100110

Color Harmonies of #804471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804471

Black with #804471

Text Example


Text Example

White with #804471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804471; }

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

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

background-color css

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

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

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

border-color css

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

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

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