Html Css Color HEX #874071 Cosmic

📋 copy color: '#874071'

red 135 ◦ green 64 ◦ blue 113

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

Shades of Cosmic #874071

Tints of Cosmic #874071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.51%

 BLUE value IS 113 (44.53% from 255) = 36.22%

R = 43.27%
G = 20.51%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#874071 (or 0x874071) is known color: Cosmic. HEX triplet: 87, 40 and 71. RGB value is (135,64,113). Sum of RGB (Red+Green+Blue) = 135+64+113=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 135 - color contains mainly: red. Hex color #874071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874071 is #78BF8E. Grayscale: #5A5A5A. Windows color (decimal): -7913359 or 7422087. OLE color: 7422087.

HSL color Cylindrical-coordinate representation of color #874071: hue angle of 318.59º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #874071 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 64 113 -
CMYK 0 0.53 0.16 0.47
HSL 318.59º 0.36% 0.39% -
HSV(B) 318.59º 0.53% 0.53% -
XYZ 14.81 10.01 16.77 -
YUV 90.82 140.52 159.52 -
System Red Green Blue C M Y K H S L
Decimal 135 64 113 0 0.53 0.16 0.47 318.59 0.36 0.39
Hex 87 40 71 0 35 10 2F 13F 24 27
Octal 207 100 161 0 65 20 57 477 44 47
Binary 10000111 1000000 1110001 0 110101 10000 101111 100111111 100100 100111

Color Harmonies of #874071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874071

Black with #874071

Text Example


Text Example

White with #874071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874071; }

 p { color: rgb(135,64,113); }

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

background-color css

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

 a { background-color: rgb(135,64,113); }

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

border-color css

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

 span { border-color: rgb(135,64,113); }

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