Html Css Color HEX #814871 Cosmic

📋 copy color: '#814871'

red 129 ◦ green 72 ◦ blue 113

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

Shades of Cosmic #814871

Tints of Cosmic #814871

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.93%

 BLUE value IS 113 (44.53% from 255) = 35.99%

R = 41.08%
G = 22.93%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#814871 (or 0x814871) is known color: Cosmic. HEX triplet: 81, 48 and 71. RGB value is (129,72,113). Sum of RGB (Red+Green+Blue) = 129+72+113=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 129 - color contains mainly: red. Hex color #814871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814871 is #7EB78E. Grayscale: #5D5D5D. Windows color (decimal): -8304527 or 7424129. OLE color: 7424129.

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

Color convert

RGB 129 72 113 -
CMYK 0 0.44 0.12 0.49
HSL 316.84º 0.28% 0.39% -
HSV(B) 316.84º 0.44% 0.51% -
XYZ 14.35 10.49 16.89 -
YUV 93.72 138.88 153.17 -
System Red Green Blue C M Y K H S L
Decimal 129 72 113 0 0.44 0.12 0.49 316.84 0.28 0.39
Hex 81 48 71 0 2C C 31 13D 1C 27
Octal 201 110 161 0 54 14 61 475 34 47
Binary 10000001 1001000 1110001 0 101100 1100 110001 100111101 11100 100111

Color Harmonies of #814871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814871

Black with #814871

Text Example


Text Example

White with #814871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814871; }

 p { color: rgb(129,72,113); }

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

background-color css

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

 a { background-color: rgb(129,72,113); }

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

border-color css

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

 span { border-color: rgb(129,72,113); }

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