Html Css Color HEX #7F559F Studio

📋 copy color: '#7F559F'

red 127 ◦ green 85 ◦ blue 159

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

Shades of Studio #7F559F

Tints of Studio #7F559F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.91%

 BLUE value IS 159 (62.5% from 255) = 42.86%

R = 34.23%
G = 22.91%
B = 42.86%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F559F (or 0x7F559F) is known color: Studio. HEX triplet: 7F, 55 and 9F. RGB value is (127,85,159). Sum of RGB (Red+Green+Blue) = 127+85+159=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #7F559F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F559F is #80AA60. Grayscale: #696969. Windows color (decimal): -8432225 or 10442111. OLE color: 10442111.

HSL color Cylindrical-coordinate representation of color #7F559F: hue angle of 274.05º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F559F is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 127 85 159 -
CMYK 0.20 0.47 0 0.38
HSL 274.05º 0.3% 0.48% -
HSV(B) 274.05º 0.47% 0.62% -
XYZ 18.26 13.51 34.45 -
YUV 105.99 157.91 142.98 -
System Red Green Blue C M Y K H S L
Decimal 127 85 159 0.20 0.47 0 0.38 274.05 0.3 0.48
Hex 7F 55 9F 14 2F 0 26 112 1E 30
Octal 177 125 237 24 57 0 46 422 36 60
Binary 1111111 1010101 10011111 10100 101111 0 100110 100010010 11110 110000

Color Harmonies of #7F559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F559F

Black with #7F559F

Text Example


Text Example

White with #7F559F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,85,159); }

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

background-color css

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

 a { background-color: rgb(127,85,159); }

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

border-color css

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

 span { border-color: rgb(127,85,159); }

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