Html Css Color HEX #7F5199 Studio

📋 copy color: '#7F5199'

red 127 ◦ green 81 ◦ blue 153

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

Shades of Studio #7F5199

Tints of Studio #7F5199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.44%

 BLUE value IS 153 (60.16% from 255) = 42.38%

R = 35.18%
G = 22.44%
B = 42.38%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7F5199 (or 0x7F5199) is known color: Studio. HEX triplet: 7F, 51 and 99. RGB value is (127,81,153). Sum of RGB (Red+Green+Blue) = 127+81+153=361 (47% of max value = 765). Red value is 127 (50% from 255 or 35.18% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F5199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5199 is #80AE66. Grayscale: #666666. Windows color (decimal): -8433255 or 10047871. OLE color: 10047871.

HSL color Cylindrical-coordinate representation of color #7F5199: hue angle of 278.33º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F5199 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 127 81 153 -
CMYK 0.17 0.47 0 0.4
HSL 278.33º 0.31% 0.46% -
HSV(B) 278.33º 0.47% 0.6% -
XYZ 17.44 12.7 31.67 -
YUV 102.96 156.24 145.15 -
System Red Green Blue C M Y K H S L
Decimal 127 81 153 0.17 0.47 0 0.4 278.33 0.31 0.46
Hex 7F 51 99 11 2F 0 28 116 1F 2E
Octal 177 121 231 21 57 0 50 426 37 56
Binary 1111111 1010001 10011001 10001 101111 0 101000 100010110 11111 101110

Color Harmonies of #7F5199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5199

Black with #7F5199

Text Example


Text Example

White with #7F5199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,81,153); }

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

background-color css

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

 a { background-color: rgb(127,81,153); }

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

border-color css

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

 span { border-color: rgb(127,81,153); }

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