Html Css Color HEX #814270 Cosmic

📋 copy color: '#814270'

red 129 ◦ green 66 ◦ blue 112

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

Shades of Cosmic #814270

Tints of Cosmic #814270

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.5%

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

R = 42.02%
G = 21.5%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#814270 (or 0x814270) is known color: Cosmic. HEX triplet: 81, 42 and 70. RGB value is (129,66,112). Sum of RGB (Red+Green+Blue) = 129+66+112=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 129 - color contains mainly: red. Hex color #814270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814270 is #7EBD8F. Grayscale: #595959. Windows color (decimal): -8306064 or 7357057. OLE color: 7357057.

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

Color convert

RGB 129 66 112 -
CMYK 0 0.49 0.13 0.49
HSL 316.19º 0.32% 0.38% -
HSV(B) 316.19º 0.49% 0.51% -
XYZ 13.93 9.73 16.47 -
YUV 90.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 129 66 112 0 0.49 0.13 0.49 316.19 0.32 0.38
Hex 81 42 70 0 31 D 31 13C 20 26
Octal 201 102 160 0 61 15 61 474 40 46
Binary 10000001 1000010 1110000 0 110001 1101 110001 100111100 100000 100110

Color Harmonies of #814270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814270

Black with #814270

Text Example


Text Example

White with #814270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814270; }

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

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

background-color css

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

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

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

border-color css

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

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

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