Html Css Color HEX #814770 Cosmic

📋 copy color: '#814770'

red 129 ◦ green 71 ◦ blue 112

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

Shades of Cosmic #814770

Tints of Cosmic #814770

RGB

 RED value IS 129 (50.78% from 255) = 41.35%

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

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

R = 41.35%
G = 22.76%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#814770 (or 0x814770) is known color: Cosmic. HEX triplet: 81, 47 and 70. RGB value is (129,71,112). Sum of RGB (Red+Green+Blue) = 129+71+112=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 129 - color contains mainly: red. Hex color #814770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814770 is #7EB88F. Grayscale: #5C5C5C. Windows color (decimal): -8304784 or 7358337. OLE color: 7358337.

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

Color convert

RGB 129 71 112 -
CMYK 0 0.45 0.13 0.49
HSL 317.59º 0.29% 0.39% -
HSV(B) 317.59º 0.45% 0.51% -
XYZ 14.23 10.34 16.58 -
YUV 93.02 138.72 153.67 -
System Red Green Blue C M Y K H S L
Decimal 129 71 112 0 0.45 0.13 0.49 317.59 0.29 0.39
Hex 81 47 70 0 2D D 31 13E 1D 27
Octal 201 107 160 0 55 15 61 476 35 47
Binary 10000001 1000111 1110000 0 101101 1101 110001 100111110 11101 100111

Color Harmonies of #814770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814770

Black with #814770

Text Example


Text Example

White with #814770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814770; }

 p { color: rgb(129,71,112); }

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

background-color css

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

 a { background-color: rgb(129,71,112); }

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

border-color css

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

 span { border-color: rgb(129,71,112); }

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