Html Css Color HEX #874570 Cosmic

📋 copy color: '#874570'

red 135 ◦ green 69 ◦ blue 112

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

Shades of Cosmic #874570

Tints of Cosmic #874570

RGB

 RED value IS 135 (53.13% from 255) = 42.72%

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

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

R = 42.72%
G = 21.84%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#874570 (or 0x874570) is known color: Cosmic. HEX triplet: 87, 45 and 70. RGB value is (135,69,112). Sum of RGB (Red+Green+Blue) = 135+69+112=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #874570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874570 is #78BA8F. Grayscale: #5D5D5D. Windows color (decimal): -7912080 or 7357831. OLE color: 7357831.

HSL color Cylindrical-coordinate representation of color #874570: hue angle of 320.91º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #874570 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 69 112 -
CMYK 0 0.49 0.17 0.47
HSL 320.91º 0.32% 0.4% -
HSV(B) 320.91º 0.49% 0.53% -
XYZ 15.04 10.58 16.58 -
YUV 93.64 138.37 157.5 -
System Red Green Blue C M Y K H S L
Decimal 135 69 112 0 0.49 0.17 0.47 320.91 0.32 0.4
Hex 87 45 70 0 31 11 2F 141 20 28
Octal 207 105 160 0 61 21 57 501 40 50
Binary 10000111 1000101 1110000 0 110001 10001 101111 101000001 100000 101000

Color Harmonies of #874570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874570

Black with #874570

Text Example


Text Example

White with #874570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874570; }

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

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

background-color css

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

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

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

border-color css

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

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

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