#7f50bc

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

Shades of Studio #7F50BC

Tints of Studio #7F50BC

Color information

#7F50BC (or 0x7F50BC) is unknown color: approx Studio. HEX triplet: 7F, 50 and BC. RGB value is (127,80,188). Sum of RGB (Red+Green+Blue) = 127+80+188=395 (52% of max value = 765). Red value is 127 (50% from 255 or 32.15% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F50BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F50BC is #80AF43. Grayscale: #696969. Windows color (decimal): -8433476 or 12341375. OLE color: 12341375.

HSL color Cylindrical-coordinate representation of color #7F50BC: hue angle of 266.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F50BC is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12780188-
CMYK0.320.5700.26
HSL266.11º44.63%52.55%-
HSV(B)266.11º57.45%73.73%-
XYZ20.713.8849.17-
YUV106.36174.07142.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.15%
GREEN value IS 80 (31.64% from 255) = 20.25%
BLUE value IS 188 (73.83% from 255) = 47.59%
R=32.15%
G=20.25%
B=47.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal127801880.320.5700.26266.1144.6352.55
Hex7F50BC203901A10a2d35
Octal17712027440710324125565
Binary1111111101000010111100100000111001011010100001010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f50bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,80,188); }

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

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

 a { background-color: rgb(127,80,188); }

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

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

 span { border-color: rgb(127,80,188); }

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