Html Css Color HEX #834570 Cosmic

📋 copy color: '#834570'

red 131 ◦ green 69 ◦ blue 112

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

Shades of Cosmic #834570

Tints of Cosmic #834570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.9%

R = 41.99%
G = 22.12%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#834570 (or 0x834570) is known color: Cosmic. HEX triplet: 83, 45 and 70. RGB value is (131,69,112). Sum of RGB (Red+Green+Blue) = 131+69+112=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 131 - color contains mainly: red. Hex color #834570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834570 is #7CBA8F. Grayscale: #5C5C5C. Windows color (decimal): -8174224 or 7357827. OLE color: 7357827.

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

Color convert

RGB 131 69 112 -
CMYK 0 0.47 0.15 0.49
HSL 318.39º 0.31% 0.39% -
HSV(B) 318.39º 0.47% 0.51% -
XYZ 14.41 10.25 16.55 -
YUV 92.44 139.04 155.5 -
System Red Green Blue C M Y K H S L
Decimal 131 69 112 0 0.47 0.15 0.49 318.39 0.31 0.39
Hex 83 45 70 0 2F F 31 13E 1F 27
Octal 203 105 160 0 57 17 61 476 37 47
Binary 10000011 1000101 1110000 0 101111 1111 110001 100111110 11111 100111

Color Harmonies of #834570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834570

Black with #834570

Text Example


Text Example

White with #834570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834570; }

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

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

background-color css

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

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

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

border-color css

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

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

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