Html Css Color HEX #834472 Cosmic

📋 copy color: '#834472'

red 131 ◦ green 68 ◦ blue 114

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

Shades of Cosmic #834472

Tints of Cosmic #834472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.42%

R = 41.85%
G = 21.73%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#834472 (or 0x834472) is known color: Cosmic. HEX triplet: 83, 44 and 72. RGB value is (131,68,114). Sum of RGB (Red+Green+Blue) = 131+68+114=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 131 - color contains mainly: red. Hex color #834472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834472 is #7CBB8D. Grayscale: #5B5B5B. Windows color (decimal): -8174478 or 7488643. OLE color: 7488643.

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

Color convert

RGB 131 68 114 -
CMYK 0 0.48 0.13 0.49
HSL 316.19º 0.32% 0.39% -
HSV(B) 316.19º 0.48% 0.51% -
XYZ 14.46 10.17 17.12 -
YUV 92.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 131 68 114 0 0.48 0.13 0.49 316.19 0.32 0.39
Hex 83 44 72 0 30 D 31 13C 20 27
Octal 203 104 162 0 60 15 61 474 40 47
Binary 10000011 1000100 1110010 0 110000 1101 110001 100111100 100000 100111

Color Harmonies of #834472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834472

Black with #834472

Text Example


Text Example

White with #834472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834472; }

 p { color: rgb(131,68,114); }

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

background-color css

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

 a { background-color: rgb(131,68,114); }

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

border-color css

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

 span { border-color: rgb(131,68,114); }

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