Html Css Color HEX #814768 Cosmic

📋 copy color: '#814768'

red 129 ◦ green 71 ◦ blue 104

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

Shades of Cosmic #814768

Tints of Cosmic #814768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.36%

 BLUE value IS 104 (41.02% from 255) = 34.21%

R = 42.43%
G = 23.36%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#814768 (or 0x814768) is known color: Cosmic. HEX triplet: 81, 47 and 68. RGB value is (129,71,104). Sum of RGB (Red+Green+Blue) = 129+71+104=304 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.43% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 129 - color contains mainly: red. Hex color #814768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814768 is #7EB897. Grayscale: #5C5C5C. Windows color (decimal): -8304792 or 6834049. OLE color: 6834049.

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

Color convert

RGB 129 71 104 -
CMYK 0 0.45 0.19 0.49
HSL 325.86º 0.29% 0.39% -
HSV(B) 325.86º 0.45% 0.51% -
XYZ 13.81 10.17 14.33 -
YUV 92.1 134.72 154.32 -
System Red Green Blue C M Y K H S L
Decimal 129 71 104 0 0.45 0.19 0.49 325.86 0.29 0.39
Hex 81 47 68 0 2D 13 31 146 1D 27
Octal 201 107 150 0 55 23 61 506 35 47
Binary 10000001 1000111 1101000 0 101101 10011 110001 101000110 11101 100111

Color Harmonies of #814768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814768

Black with #814768

Text Example


Text Example

White with #814768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814768; }

 p { color: rgb(129,71,104); }

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

background-color css

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

 a { background-color: rgb(129,71,104); }

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

border-color css

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

 span { border-color: rgb(129,71,104); }

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