Html Css Color HEX #7F49AA Studio

📋 copy color: '#7F49AA'

red 127 ◦ green 73 ◦ blue 170

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

Shades of Studio #7F49AA

Tints of Studio #7F49AA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.73%

 BLUE value IS 170 (66.8% from 255) = 45.95%

R = 34.32%
G = 19.73%
B = 45.95%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F49AA (or 0x7F49AA) is known color: Studio. HEX triplet: 7F, 49 and AA. RGB value is (127,73,170). Sum of RGB (Red+Green+Blue) = 127+73+170=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F49AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F49AA is #80B655. Grayscale: #636363. Windows color (decimal): -8435286 or 11159935. OLE color: 11159935.

HSL color Cylindrical-coordinate representation of color #7F49AA: hue angle of 273.4º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F49AA is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 73 170 -
CMYK 0.25 0.57 0 0.33
HSL 273.4º 0.4% 0.48% -
HSV(B) 273.4º 0.57% 0.67% -
XYZ 18.39 12.18 39.41 -
YUV 100.2 167.39 147.11 -
System Red Green Blue C M Y K H S L
Decimal 127 73 170 0.25 0.57 0 0.33 273.4 0.4 0.48
Hex 7F 49 AA 19 39 0 21 111 28 30
Octal 177 111 252 31 71 0 41 421 50 60
Binary 1111111 1001001 10101010 11001 111001 0 100001 100010001 101000 110000

Color Harmonies of #7F49AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F49AA

Black with #7F49AA

Text Example


Text Example

White with #7F49AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,73,170); }

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

background-color css

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

 a { background-color: rgb(127,73,170); }

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

border-color css

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

 span { border-color: rgb(127,73,170); }

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