Html Css Color HEX #844673 Cosmic

📋 copy color: '#844673'

red 132 ◦ green 70 ◦ blue 115

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

Shades of Cosmic #844673

Tints of Cosmic #844673

RGB

 RED value IS 132 (51.95% from 255) = 41.64%

 GREEN value IS 70 (27.73% from 255) = 22.08%

 BLUE value IS 115 (45.31% from 255) = 36.28%

R = 41.64%
G = 22.08%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#844673 (or 0x844673) is known color: Cosmic. HEX triplet: 84, 46 and 73. RGB value is (132,70,115). Sum of RGB (Red+Green+Blue) = 132+70+115=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 132 - color contains mainly: red. Hex color #844673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844673 is #7BB98C. Grayscale: #5D5D5D. Windows color (decimal): -8108429 or 7554692. OLE color: 7554692.

HSL color Cylindrical-coordinate representation of color #844673: hue angle of 316.45º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #844673 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 70 115 -
CMYK 0 0.47 0.13 0.48
HSL 316.45º 0.31% 0.4% -
HSV(B) 316.45º 0.47% 0.52% -
XYZ 14.8 10.52 17.47 -
YUV 93.67 140.04 155.34 -
System Red Green Blue C M Y K H S L
Decimal 132 70 115 0 0.47 0.13 0.48 316.45 0.31 0.4
Hex 84 46 73 0 2F D 30 13C 1F 28
Octal 204 106 163 0 57 15 60 474 37 50
Binary 10000100 1000110 1110011 0 101111 1101 110000 100111100 11111 101000

Color Harmonies of #844673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844673

Black with #844673

Text Example


Text Example

White with #844673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844673; }

 p { color: rgb(132,70,115); }

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

background-color css

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

 a { background-color: rgb(132,70,115); }

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

border-color css

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

 span { border-color: rgb(132,70,115); }

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