Html Css Color HEX #854071 Cosmic

📋 copy color: '#854071'

red 133 ◦ green 64 ◦ blue 113

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

Shades of Cosmic #854071

Tints of Cosmic #854071

RGB

 RED value IS 133 (52.34% from 255) = 42.9%

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

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

R = 42.9%
G = 20.65%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#854071 (or 0x854071) is known color: Cosmic. HEX triplet: 85, 40 and 71. RGB value is (133,64,113). Sum of RGB (Red+Green+Blue) = 133+64+113=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #854071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854071 is #7ABF8E. Grayscale: #5A5A5A. Windows color (decimal): -8044431 or 7422085. OLE color: 7422085.

HSL color Cylindrical-coordinate representation of color #854071: hue angle of 317.39º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #854071 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 64 113 -
CMYK 0 0.52 0.15 0.48
HSL 317.39º 0.35% 0.39% -
HSV(B) 317.39º 0.52% 0.52% -
XYZ 14.49 9.85 16.76 -
YUV 90.22 140.86 158.52 -
System Red Green Blue C M Y K H S L
Decimal 133 64 113 0 0.52 0.15 0.48 317.39 0.35 0.39
Hex 85 40 71 0 34 F 30 13D 23 27
Octal 205 100 161 0 64 17 60 475 43 47
Binary 10000101 1000000 1110001 0 110100 1111 110000 100111101 100011 100111

Color Harmonies of #854071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854071

Black with #854071

Text Example


Text Example

White with #854071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854071; }

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

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

background-color css

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

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

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

border-color css

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

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

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