#7F3EB6

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

Shades of Studio #7F3EB6

Tints of Studio #7F3EB6

Color information

#7F3EB6 (or 0x7F3EB6) is unknown color: approx Studio. HEX triplet: 7F, 3E and B6. RGB value is (127,62,182). Sum of RGB (Red+Green+Blue) = 127+62+182=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 182 - color contains mainly: blue. Hex color #7F3EB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F3EB6 is #80C149. Grayscale: #5E5E5E. Windows color (decimal): -8438090 or 11943551. OLE color: 11943551.

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

Color convert

RGB12762182-
CMYK0.300.6600.29
HSL272.5º49.18%47.84%-
HSV(B)272.5º65.93%71.37%-
XYZ18.9211.3345.45-
YUV95.12177.03150.74-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.23%
GREEN value IS 62 (24.61% from 255) = 16.71%
BLUE value IS 182 (71.48% from 255) = 49.06%
R=34.23%
G=16.71%
B=49.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal127621820.300.6600.29272.549.1847.84
Hex7F3EB61E4201D1103130
Octal17776266361020354206160
Binary111111111111010110110111101000010011101100010000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,62,182); }

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

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

 a { background-color: rgb(127,62,182); }

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

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

 span { border-color: rgb(127,62,182); }

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