Html Css Color HEX #7F47AB Studio

📋 copy color: '#7F47AB'

red 127 ◦ green 71 ◦ blue 171

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

Shades of Studio #7F47AB

Tints of Studio #7F47AB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.24%

 BLUE value IS 171 (67.19% from 255) = 46.34%

R = 34.42%
G = 19.24%
B = 46.34%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F47AB (or 0x7F47AB) is known color: Studio. HEX triplet: 7F, 47 and AB. RGB value is (127,71,171). Sum of RGB (Red+Green+Blue) = 127+71+171=369 (48% of max value = 765). Red value is 127 (50% from 255 or 34.42% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F47AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F47AB is #80B854. Grayscale: #626262. Windows color (decimal): -8435797 or 11224959. OLE color: 11224959.

HSL color Cylindrical-coordinate representation of color #7F47AB: hue angle of 273.6º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F47AB is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 71 171 -
CMYK 0.26 0.58 0 0.33
HSL 273.6º 0.41% 0.47% -
HSV(B) 273.6º 0.58% 0.67% -
XYZ 18.36 11.96 39.87 -
YUV 99.14 168.55 147.87 -
System Red Green Blue C M Y K H S L
Decimal 127 71 171 0.26 0.58 0 0.33 273.6 0.41 0.47
Hex 7F 47 AB 1A 3A 0 21 112 29 2F
Octal 177 107 253 32 72 0 41 422 51 57
Binary 1111111 1000111 10101011 11010 111010 0 100001 100010010 101001 101111

Color Harmonies of #7F47AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F47AB

Black with #7F47AB

Text Example


Text Example

White with #7F47AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,71,171); }

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

background-color css

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

 a { background-color: rgb(127,71,171); }

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

border-color css

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

 span { border-color: rgb(127,71,171); }

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