Html Css Color HEX #804070 Cosmic

📋 copy color: '#804070'

red 128 ◦ green 64 ◦ blue 112

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

Shades of Cosmic #804070

Tints of Cosmic #804070

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.05%

 BLUE value IS 112 (44.14% from 255) = 36.84%

R = 42.11%
G = 21.05%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#804070 (or 0x804070) is known color: Cosmic. HEX triplet: 80, 40 and 70. RGB value is (128,64,112). Sum of RGB (Red+Green+Blue) = 128+64+112=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 128 - color contains mainly: red. Hex color #804070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804070 is #7FBF8F. Grayscale: #585858. Windows color (decimal): -8372112 or 7356544. OLE color: 7356544.

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

Color convert

RGB 128 64 112 -
CMYK 0 0.5 0.12 0.50
HSL 315º 0.33% 0.38% -
HSV(B) 315º 0.5% 0.5% -
XYZ 13.66 9.43 16.43 -
YUV 88.61 141.2 156.1 -
System Red Green Blue C M Y K H S L
Decimal 128 64 112 0 0.5 0.12 0.50 315 0.33 0.38
Hex 80 40 70 0 32 C 32 13B 21 26
Octal 200 100 160 0 62 14 62 473 41 46
Binary 10000000 1000000 1110000 0 110010 1100 110010 100111011 100001 100110

Color Harmonies of #804070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804070

Black with #804070

Text Example


Text Example

White with #804070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804070; }

 p { color: rgb(128,64,112); }

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

background-color css

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

 a { background-color: rgb(128,64,112); }

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

border-color css

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

 span { border-color: rgb(128,64,112); }

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