Html Css Color HEX #7C519F Studio

📋 copy color: '#7C519F'

red 124 ◦ green 81 ◦ blue 159

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

Shades of Studio #7C519F

Tints of Studio #7C519F

RGB

 RED value IS 124 (48.83% from 255) = 34.07%

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

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

R = 34.07%
G = 22.25%
B = 43.68%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C519F (or 0x7C519F) is known color: Studio. HEX triplet: 7C, 51 and 9F. RGB value is (124,81,159). Sum of RGB (Red+Green+Blue) = 124+81+159=364 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.07% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C519F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C519F is #83AE60. Grayscale: #666666. Windows color (decimal): -8629857 or 10441084. OLE color: 10441084.

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

Color convert

RGB 124 81 159 -
CMYK 0.22 0.49 0 0.38
HSL 273.08º 0.33% 0.47% -
HSV(B) 273.08º 0.49% 0.62% -
XYZ 17.51 12.67 34.32 -
YUV 102.75 159.75 143.16 -
System Red Green Blue C M Y K H S L
Decimal 124 81 159 0.22 0.49 0 0.38 273.08 0.33 0.47
Hex 7C 51 9F 16 31 0 26 111 20 2F
Octal 174 121 237 26 61 0 46 421 40 57
Binary 1111100 1010001 10011111 10110 110001 0 100110 100010001 100000 101111

Color Harmonies of #7C519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C519F

Black with #7C519F

Text Example


Text Example

White with #7C519F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,81,159); }

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

background-color css

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

 a { background-color: rgb(124,81,159); }

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

border-color css

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

 span { border-color: rgb(124,81,159); }

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