Html Css Color HEX #7F5371 Cosmic

📋 copy color: '#7F5371'

red 127 ◦ green 83 ◦ blue 113

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

Shades of Cosmic #7F5371

Tints of Cosmic #7F5371

RGB

 RED value IS 127 (50% from 255) = 39.32%

 GREEN value IS 83 (32.81% from 255) = 25.7%

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

R = 39.32%
G = 25.7%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#7F5371 (or 0x7F5371) is known color: Cosmic. HEX triplet: 7F, 53 and 71. RGB value is (127,83,113). Sum of RGB (Red+Green+Blue) = 127+83+113=323 (42% of max value = 765). Red value is 127 (50% from 255 or 39.32% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5371 is #80AC8E. Grayscale: #636363. Windows color (decimal): -8432783 or 7426943. OLE color: 7426943.

HSL color Cylindrical-coordinate representation of color #7F5371: hue angle of 319.09º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F5371 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 83 113 -
CMYK 0 0.35 0.11 0.50
HSL 319.09º 0.21% 0.41% -
HSV(B) 319.09º 0.35% 0.5% -
XYZ 14.83 11.89 17.14 -
YUV 99.58 135.58 147.56 -
System Red Green Blue C M Y K H S L
Decimal 127 83 113 0 0.35 0.11 0.50 319.09 0.21 0.41
Hex 7F 53 71 0 23 B 32 13F 15 29
Octal 177 123 161 0 43 13 62 477 25 51
Binary 1111111 1010011 1110001 0 100011 1011 110010 100111111 10101 101001

Color Harmonies of #7F5371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5371

Black with #7F5371

Text Example


Text Example

White with #7F5371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F5371; }

 p { color: rgb(127,83,113); }

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

background-color css

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

 a { background-color: rgb(127,83,113); }

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

border-color css

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

 span { border-color: rgb(127,83,113); }

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