Html Css Color HEX #814070 Cosmic

📋 copy color: '#814070'

red 129 ◦ green 64 ◦ blue 112

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

Shades of Cosmic #814070

Tints of Cosmic #814070

RGB

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

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

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

R = 42.3%
G = 20.98%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#814070 (or 0x814070) is known color: Cosmic. HEX triplet: 81, 40 and 70. RGB value is (129,64,112). Sum of RGB (Red+Green+Blue) = 129+64+112=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 129 - color contains mainly: red. Hex color #814070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814070 is #7EBF8F. Grayscale: #585858. Windows color (decimal): -8306576 or 7356545. OLE color: 7356545.

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

Color convert

RGB 129 64 112 -
CMYK 0 0.50 0.13 0.49
HSL 315.69º 0.34% 0.38% -
HSV(B) 315.69º 0.5% 0.51% -
XYZ 13.81 9.5 16.44 -
YUV 88.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 129 64 112 0 0.50 0.13 0.49 315.69 0.34 0.38
Hex 81 40 70 0 32 D 31 13C 22 26
Octal 201 100 160 0 62 15 61 474 42 46
Binary 10000001 1000000 1110000 0 110010 1101 110001 100111100 100010 100110

Color Harmonies of #814070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814070

Black with #814070

Text Example


Text Example

White with #814070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814070; }

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

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

background-color css

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

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

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

border-color css

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

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

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