Html Css Color HEX #834071 Cosmic

📋 copy color: '#834071'

red 131 ◦ green 64 ◦ blue 113

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

Shades of Cosmic #834071

Tints of Cosmic #834071

RGB

 RED value IS 131 (51.56% from 255) = 42.53%

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

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

R = 42.53%
G = 20.78%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#834071 (or 0x834071) is known color: Cosmic. HEX triplet: 83, 40 and 71. RGB value is (131,64,113). Sum of RGB (Red+Green+Blue) = 131+64+113=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 131 - color contains mainly: red. Hex color #834071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834071 is #7CBF8E. Grayscale: #595959. Windows color (decimal): -8175503 or 7422083. OLE color: 7422083.

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

Color convert

RGB 131 64 113 -
CMYK 0 0.51 0.14 0.49
HSL 316.12º 0.34% 0.38% -
HSV(B) 316.12º 0.51% 0.51% -
XYZ 14.17 9.68 16.74 -
YUV 89.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 131 64 113 0 0.51 0.14 0.49 316.12 0.34 0.38
Hex 83 40 71 0 33 E 31 13C 22 26
Octal 203 100 161 0 63 16 61 474 42 46
Binary 10000011 1000000 1110001 0 110011 1110 110001 100111100 100010 100110

Color Harmonies of #834071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834071

Black with #834071

Text Example


Text Example

White with #834071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834071; }

 p { color: rgb(131,64,113); }

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

background-color css

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

 a { background-color: rgb(131,64,113); }

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

border-color css

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

 span { border-color: rgb(131,64,113); }

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