Html Css Color HEX #814670 Cosmic

📋 copy color: '#814670'

red 129 ◦ green 70 ◦ blue 112

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

Shades of Cosmic #814670

Tints of Cosmic #814670

RGB

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

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

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

R = 41.48%
G = 22.51%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#814670 (or 0x814670) is known color: Cosmic. HEX triplet: 81, 46 and 70. RGB value is (129,70,112). Sum of RGB (Red+Green+Blue) = 129+70+112=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 129 - color contains mainly: red. Hex color #814670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814670 is #7EB98F. Grayscale: #5C5C5C. Windows color (decimal): -8305040 or 7358081. OLE color: 7358081.

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

Color convert

RGB 129 70 112 -
CMYK 0 0.46 0.13 0.49
HSL 317.29º 0.3% 0.39% -
HSV(B) 317.29º 0.46% 0.51% -
XYZ 14.17 10.22 16.55 -
YUV 92.43 139.05 154.08 -
System Red Green Blue C M Y K H S L
Decimal 129 70 112 0 0.46 0.13 0.49 317.29 0.3 0.39
Hex 81 46 70 0 2E D 31 13D 1E 27
Octal 201 106 160 0 56 15 61 475 36 47
Binary 10000001 1000110 1110000 0 101110 1101 110001 100111101 11110 100111

Color Harmonies of #814670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814670

Black with #814670

Text Example


Text Example

White with #814670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814670; }

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

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

background-color css

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

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

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

border-color css

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

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

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