Html Css Color HEX #804769 Cosmic

📋 copy color: '#804769'

red 128 ◦ green 71 ◦ blue 105

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

Shades of Cosmic #804769

Tints of Cosmic #804769

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.36%

 BLUE value IS 105 (41.41% from 255) = 34.54%

R = 42.11%
G = 23.36%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#804769 (or 0x804769) is known color: Cosmic. HEX triplet: 80, 47 and 69. RGB value is (128,71,105). Sum of RGB (Red+Green+Blue) = 128+71+105=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 128 - color contains mainly: red. Hex color #804769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804769 is #7FB896. Grayscale: #5B5B5B. Windows color (decimal): -8370327 or 6899584. OLE color: 6899584.

HSL color Cylindrical-coordinate representation of color #804769: hue angle of 324.21º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #804769 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 71 105 -
CMYK 0 0.45 0.18 0.50
HSL 324.21º 0.29% 0.39% -
HSV(B) 324.21º 0.45% 0.5% -
XYZ 13.71 10.12 14.59 -
YUV 91.92 135.38 153.74 -
System Red Green Blue C M Y K H S L
Decimal 128 71 105 0 0.45 0.18 0.50 324.21 0.29 0.39
Hex 80 47 69 0 2D 12 32 144 1D 27
Octal 200 107 151 0 55 22 62 504 35 47
Binary 10000000 1000111 1101001 0 101101 10010 110010 101000100 11101 100111

Color Harmonies of #804769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804769

Black with #804769

Text Example


Text Example

White with #804769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804769; }

 p { color: rgb(128,71,105); }

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

background-color css

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

 a { background-color: rgb(128,71,105); }

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

border-color css

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

 span { border-color: rgb(128,71,105); }

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