#7F47B4

Color #7F47B4 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #7F47B4

Tints of Studio #7F47B4

Color information

#7F47B4 (or 0x7F47B4) is unknown color: approx Studio. HEX triplet: 7F, 47 and B4. RGB value is (127,71,180). Sum of RGB (Red+Green+Blue) = 127+71+180=378 (50% of max value = 765). Red value is 127 (50% from 255 or 33.60% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 180 (70.70% from 255 or 47.62% from 378); Max value from RGB is 180 - color contains mainly: blue. Hex color #7F47B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F47B4 is #80B84B. Grayscale: #636363. Windows color (decimal): -8435788 or 11814783. OLE color: 11814783.

HSL color Cylindrical-coordinate representation of color #7F47B4: hue angle of 270.83º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F47B4 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12771180-
CMYK0.290.6100.29
HSL270.83º43.43%49.22%-
HSV(B)270.83º60.56%70.59%-
XYZ19.2412.3144.54-
YUV100.17173.05147.14-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.60%
GREEN value IS 71 (28.12% from 255) = 18.78%
BLUE value IS 180 (70.70% from 255) = 47.62%
R=33.60%
G=18.78%
B=47.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal127711800.290.6100.29270.8343.4349.22
Hex7F47B41D3D01D10f2b31
Octal17710726435750354175361
Binary111111110001111011010011101111101011101100001111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F47B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F47B4;
 }
 .AnyTagClassName
 {
   color: #7F47B4;
 }
</style>
background-color css

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

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

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

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

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

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