Html Css Color HEX #804461 Cosmic

📋 copy color: '#804461'

red 128 ◦ green 68 ◦ blue 97

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

Shades of Cosmic #804461

Tints of Cosmic #804461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 33.11%

R = 43.69%
G = 23.21%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#804461 (or 0x804461) is known color: Cosmic. HEX triplet: 80, 44 and 61. RGB value is (128,68,97). Sum of RGB (Red+Green+Blue) = 128+68+97=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 128 - color contains mainly: red. Hex color #804461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804461 is #7FBB9E. Grayscale: #595959. Windows color (decimal): -8371103 or 6374528. OLE color: 6374528.

HSL color Cylindrical-coordinate representation of color #804461: hue angle of 331º 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 #804461 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 68 97 -
CMYK 0 0.47 0.24 0.50
HSL 331º 0.31% 0.38% -
HSV(B) 331º 0.47% 0.5% -
XYZ 13.13 9.59 12.47 -
YUV 89.25 132.38 155.64 -
System Red Green Blue C M Y K H S L
Decimal 128 68 97 0 0.47 0.24 0.50 331 0.31 0.38
Hex 80 44 61 0 2F 18 32 14B 1F 26
Octal 200 104 141 0 57 30 62 513 37 46
Binary 10000000 1000100 1100001 0 101111 11000 110010 101001011 11111 100110

Color Harmonies of #804461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804461

Black with #804461

Text Example


Text Example

White with #804461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804461; }

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

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

background-color css

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

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

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

border-color css

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

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

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