Html Css Color HEX #834571 Cosmic

📋 copy color: '#834571'

red 131 ◦ green 69 ◦ blue 113

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

Shades of Cosmic #834571

Tints of Cosmic #834571

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.04%

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

R = 41.85%
G = 22.04%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#834571 (or 0x834571) is known color: Cosmic. HEX triplet: 83, 45 and 71. RGB value is (131,69,113). Sum of RGB (Red+Green+Blue) = 131+69+113=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 131 - color contains mainly: red. Hex color #834571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834571 is #7CBA8E. Grayscale: #5C5C5C. Windows color (decimal): -8174223 or 7423363. OLE color: 7423363.

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

Color convert

RGB 131 69 113 -
CMYK 0 0.47 0.14 0.49
HSL 317.42º 0.31% 0.39% -
HSV(B) 317.42º 0.47% 0.51% -
XYZ 14.47 10.27 16.84 -
YUV 92.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 131 69 113 0 0.47 0.14 0.49 317.42 0.31 0.39
Hex 83 45 71 0 2F E 31 13D 1F 27
Octal 203 105 161 0 57 16 61 475 37 47
Binary 10000011 1000101 1110001 0 101111 1110 110001 100111101 11111 100111

Color Harmonies of #834571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834571

Black with #834571

Text Example


Text Example

White with #834571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834571; }

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

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

background-color css

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

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

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

border-color css

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

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

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