Html Css Color HEX #814570 Cosmic

📋 copy color: '#814570'

red 129 ◦ green 69 ◦ blue 112

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

Shades of Cosmic #814570

Tints of Cosmic #814570

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.26%

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

R = 41.61%
G = 22.26%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#814570 (or 0x814570) is known color: Cosmic. HEX triplet: 81, 45 and 70. RGB value is (129,69,112). Sum of RGB (Red+Green+Blue) = 129+69+112=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 129 - color contains mainly: red. Hex color #814570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814570 is #7EBA8F. Grayscale: #5B5B5B. Windows color (decimal): -8305296 or 7357825. OLE color: 7357825.

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

Color convert

RGB 129 69 112 -
CMYK 0 0.47 0.13 0.49
HSL 317º 0.3% 0.39% -
HSV(B) 317º 0.47% 0.51% -
XYZ 14.11 10.09 16.53 -
YUV 91.84 139.38 154.5 -
System Red Green Blue C M Y K H S L
Decimal 129 69 112 0 0.47 0.13 0.49 317 0.3 0.39
Hex 81 45 70 0 2F D 31 13D 1E 27
Octal 201 105 160 0 57 15 61 475 36 47
Binary 10000001 1000101 1110000 0 101111 1101 110001 100111101 11110 100111

Color Harmonies of #814570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814570

Black with #814570

Text Example


Text Example

White with #814570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814570; }

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

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

background-color css

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

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

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

border-color css

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

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

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