Html Css Color HEX #824670 Cosmic

📋 copy color: '#824670'

red 130 ◦ green 70 ◦ blue 112

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

Shades of Cosmic #824670

Tints of Cosmic #824670

RGB

 RED value IS 130 (51.17% from 255) = 41.67%

 GREEN value IS 70 (27.73% from 255) = 22.44%

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

R = 41.67%
G = 22.44%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#824670 (or 0x824670) is known color: Cosmic. HEX triplet: 82, 46 and 70. RGB value is (130,70,112). Sum of RGB (Red+Green+Blue) = 130+70+112=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #824670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824670 is #7DB98F. Grayscale: #5C5C5C. Windows color (decimal): -8239504 or 7358082. OLE color: 7358082.

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

Color convert

RGB 130 70 112 -
CMYK 0 0.46 0.14 0.49
HSL 318º 0.3% 0.39% -
HSV(B) 318º 0.46% 0.51% -
XYZ 14.32 10.3 16.56 -
YUV 92.73 138.88 154.58 -
System Red Green Blue C M Y K H S L
Decimal 130 70 112 0 0.46 0.14 0.49 318 0.3 0.39
Hex 82 46 70 0 2E E 31 13E 1E 27
Octal 202 106 160 0 56 16 61 476 36 47
Binary 10000010 1000110 1110000 0 101110 1110 110001 100111110 11110 100111

Color Harmonies of #824670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824670

Black with #824670

Text Example


Text Example

White with #824670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824670; }

 p { color: rgb(130,70,112); }

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

background-color css

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

 a { background-color: rgb(130,70,112); }

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

border-color css

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

 span { border-color: rgb(130,70,112); }

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