Html Css Color HEX #814471 Cosmic

📋 copy color: '#814471'

red 129 ◦ green 68 ◦ blue 113

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

Shades of Cosmic #814471

Tints of Cosmic #814471

RGB

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

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

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

R = 41.61%
G = 21.94%
B = 36.45%

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

#814471 (or 0x814471) is known color: Cosmic. HEX triplet: 81, 44 and 71. RGB value is (129,68,113). Sum of RGB (Red+Green+Blue) = 129+68+113=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 129 - color contains mainly: red. Hex color #814471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814471 is #7EBB8E. Grayscale: #5B5B5B. Windows color (decimal): -8305551 or 7423105. OLE color: 7423105.

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

Color convert

RGB 129 68 113 -
CMYK 0 0.47 0.12 0.49
HSL 315.74º 0.31% 0.39% -
HSV(B) 315.74º 0.47% 0.51% -
XYZ 14.1 9.99 16.81 -
YUV 91.37 140.21 154.84 -
System Red Green Blue C M Y K H S L
Decimal 129 68 113 0 0.47 0.12 0.49 315.74 0.31 0.39
Hex 81 44 71 0 2F C 31 13C 1F 27
Octal 201 104 161 0 57 14 61 474 37 47
Binary 10000001 1000100 1110001 0 101111 1100 110001 100111100 11111 100111

Color Harmonies of #814471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814471

Black with #814471

Text Example


Text Example

White with #814471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814471; }

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

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

background-color css

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

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

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

border-color css

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

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

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