Html Css Color HEX #824570 Cosmic

📋 copy color: '#824570'

red 130 ◦ green 69 ◦ blue 112

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

Shades of Cosmic #824570

Tints of Cosmic #824570

RGB

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

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

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

R = 41.8%
G = 22.19%
B = 36.01%

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

#824570 (or 0x824570) is known color: Cosmic. HEX triplet: 82, 45 and 70. RGB value is (130,69,112). Sum of RGB (Red+Green+Blue) = 130+69+112=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #824570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824570 is #7DBA8F. Grayscale: #5C5C5C. Windows color (decimal): -8239760 or 7357826. OLE color: 7357826.

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

Color convert

RGB 130 69 112 -
CMYK 0 0.47 0.14 0.49
HSL 317.7º 0.31% 0.39% -
HSV(B) 317.7º 0.47% 0.51% -
XYZ 14.26 10.17 16.54 -
YUV 92.14 139.21 155 -
System Red Green Blue C M Y K H S L
Decimal 130 69 112 0 0.47 0.14 0.49 317.7 0.31 0.39
Hex 82 45 70 0 2F E 31 13E 1F 27
Octal 202 105 160 0 57 16 61 476 37 47
Binary 10000010 1000101 1110000 0 101111 1110 110001 100111110 11111 100111

Color Harmonies of #824570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824570

Black with #824570

Text Example


Text Example

White with #824570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824570; }

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

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

background-color css

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

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

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

border-color css

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

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

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