Html Css Color HEX #814068 Cosmic

📋 copy color: '#814068'

red 129 ◦ green 64 ◦ blue 104

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

Shades of Cosmic #814068

Tints of Cosmic #814068

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.55%

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

R = 43.43%
G = 21.55%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#814068 (or 0x814068) is known color: Cosmic. HEX triplet: 81, 40 and 68. RGB value is (129,64,104). Sum of RGB (Red+Green+Blue) = 129+64+104=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 129 - color contains mainly: red. Hex color #814068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814068 is #7EBF97. Grayscale: #575757. Windows color (decimal): -8306584 or 6832257. OLE color: 6832257.

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

Color convert

RGB 129 64 104 -
CMYK 0 0.50 0.19 0.49
HSL 323.08º 0.34% 0.38% -
HSV(B) 323.08º 0.5% 0.51% -
XYZ 13.39 9.33 14.19 -
YUV 88 137.03 157.25 -
System Red Green Blue C M Y K H S L
Decimal 129 64 104 0 0.50 0.19 0.49 323.08 0.34 0.38
Hex 81 40 68 0 32 13 31 143 22 26
Octal 201 100 150 0 62 23 61 503 42 46
Binary 10000001 1000000 1101000 0 110010 10011 110001 101000011 100010 100110

Color Harmonies of #814068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814068

Black with #814068

Text Example


Text Example

White with #814068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814068; }

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

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

background-color css

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

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

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

border-color css

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

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

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