Html Css Color HEX #814472 Cosmic

📋 copy color: '#814472'

red 129 ◦ green 68 ◦ blue 114

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

Shades of Cosmic #814472

Tints of Cosmic #814472

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.86%

 BLUE value IS 114 (44.92% from 255) = 36.66%

R = 41.48%
G = 21.86%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#814472 (or 0x814472) is known color: Cosmic. HEX triplet: 81, 44 and 72. RGB value is (129,68,114). Sum of RGB (Red+Green+Blue) = 129+68+114=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 129 - color contains mainly: red. Hex color #814472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814472 is #7EBB8D. Grayscale: #5B5B5B. Windows color (decimal): -8305550 or 7488641. OLE color: 7488641.

HSL color Cylindrical-coordinate representation of color #814472: hue angle of 314.75º degrees, saturation: 0.31, 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 #814472 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 68 114 -
CMYK 0 0.47 0.12 0.49
HSL 314.75º 0.31% 0.39% -
HSV(B) 314.75º 0.47% 0.51% -
XYZ 14.16 10.02 17.11 -
YUV 91.48 140.71 154.76 -
System Red Green Blue C M Y K H S L
Decimal 129 68 114 0 0.47 0.12 0.49 314.75 0.31 0.39
Hex 81 44 72 0 2F C 31 13B 1F 27
Octal 201 104 162 0 57 14 61 473 37 47
Binary 10000001 1000100 1110010 0 101111 1100 110001 100111011 11111 100111

Color Harmonies of #814472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814472

Black with #814472

Text Example


Text Example

White with #814472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814472; }

 p { color: rgb(129,68,114); }

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

background-color css

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

 a { background-color: rgb(129,68,114); }

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

border-color css

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

 span { border-color: rgb(129,68,114); }

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